diff --git a/packages/localize/src/translate.ts b/packages/localize/src/translate.ts index 83a92f5a64..b1f2792063 100644 --- a/packages/localize/src/translate.ts +++ b/packages/localize/src/translate.ts @@ -52,6 +52,7 @@ export function loadTranslations(translations: Record) * @publicApi */ export function clearTranslations() { + $localize.translate = undefined; $localize.TRANSLATIONS = {}; }