Changed default language from Chinese to English

This commit is contained in:
yangdx
2025-03-12 13:52:41 +08:00
parent fd86f07a4b
commit e118cf6d92
3 changed files with 4 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ i18n
en: { translation: en },
zh: { translation: zh }
},
lng: 'zh', // default
fallbackLng: 'zh',
lng: 'en', // default
fallbackLng: 'en',
interpolation: {
escapeValue: false
}