fix: update fallback language to English in i18n configuration
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
- 修复 getDelayFix 钩子问题
|
||||
- 使用外部扩展脚本覆写代理组时首页无法显示代理组
|
||||
- 导出诊断 Verge 版本与设置页面不同步
|
||||
- 切换语言时可能造成设置页面无法加载
|
||||
|
||||
#### ✨ 新增功能
|
||||
- Mihomo(Meta)内核升级至 1.19.10
|
||||
|
||||
@@ -26,7 +26,7 @@ const resources = Object.fromEntries(
|
||||
i18n.use(initReactI18next).init({
|
||||
resources,
|
||||
lng: "zh",
|
||||
fallbackLng: "zh",
|
||||
fallbackLng: "en",
|
||||
interpolation: {
|
||||
escapeValue: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user