diff --git a/packages/localize/src/translate.ts b/packages/localize/src/translate.ts index 83a92f5a646c9..b1f2792063aed 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 = {}; }