diff --git a/frontend/src/i18n/index.ts b/frontend/src/i18n/index.ts index dbc662bf..499ec5f2 100644 --- a/frontend/src/i18n/index.ts +++ b/frontend/src/i18n/index.ts @@ -3,7 +3,7 @@ import en from './lang/en'; import zh from './lang/zh'; const i18n: any = createI18n({ - locale: localStorage.getItem('lang') || 'zh', + locale: localStorage.getItem('lang') || 'en', messages: { en, zh