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

@@ -28,6 +28,7 @@
- 修复 getDelayFix 钩子问题
- 使用外部扩展脚本覆写代理组时首页无法显示代理组
- 导出诊断 Verge 版本与设置页面不同步
- 切换语言时可能造成设置页面无法加载
#### ✨ 新增功能
- Mihomo(Meta)内核升级至 1.19.10

View File

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