summaryrefslogtreecommitdiff
path: root/packages/frontend/src/i18n.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/i18n.ts')
-rw-r--r--packages/frontend/src/i18n.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/i18n.ts b/packages/frontend/src/i18n.ts
index cc9faddb20..10d6adbcd0 100644
--- a/packages/frontend/src/i18n.ts
+++ b/packages/frontend/src/i18n.ts
@@ -11,6 +11,5 @@ import { I18n } from '@/scripts/i18n.js';
export const i18n = markRaw(new I18n<Locale>(locale));
export function updateI18n(newLocale: Locale) {
- // @ts-expect-error -- private field
i18n.locale = newLocale;
}