fix: update fallback language to English in i18n configuration

This commit is contained in:
Tunglies
2025-06-03 13:03:08 +08:00
Unverified
parent 1863bb834a
commit 33237fbba8
2 changed files with 2 additions and 1 deletions

View File

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