diff --git a/src/misc/i18n.ts b/src/misc/i18n.ts index 6155732..cf1a4f2 100644 --- a/src/misc/i18n.ts +++ b/src/misc/i18n.ts @@ -48,7 +48,7 @@ i18next } }, }, - supportedLngs: ['en', 'zh-CN'], + supportedLngs: ['en', 'zh'], fallbackLng: 'en', interpolation: { escapeValue: false,