fix: update fallback language to English in i18n configuration

This commit is contained in:
Tunglies
2025-06-03 13:03:08 +08:00
parent f47b4b961b
commit c3d8ed28a2
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,
},