fix: try to fix the language pack issue

This commit is contained in:
huzibaca
2025-01-12 22:22:06 +08:00
parent 146a66fb09
commit d2f51ce509
3 changed files with 20 additions and 36 deletions

View File

@@ -19,8 +19,8 @@ const resources = Object.fromEntries(
i18n.use(initReactI18next).init({
resources,
lng: "en",
fallbackLng: "en",
lng: "zh",
fallbackLng: "zh",
interpolation: {
escapeValue: false,
},