mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-19 23:08:38 +00:00
fix(i18n): nest common.changeLanguage under common object
- Restructured the `common.changeLanguage` key to be nested under a `common` object in `en.json`, `fr.json`, and `zh.json`. - This change improves the organization of the translation files and aligns with best practices for i18next.
This commit is contained in:
committed by
comeback01
parent
3e941fd4fa
commit
72177c2c50
@@ -33,5 +33,7 @@
|
||||
"输入端口后回车,如:80 或 8000-8999": "输入端口后回车,如:80 或 8000-8999",
|
||||
"更新SSRF防护设置": "更新SSRF防护设置",
|
||||
"域名IP过滤详细说明": "⚠️此功能为实验性选项,域名可能解析到多个 IPv4/IPv6 地址,若开启,请确保 IP 过滤列表覆盖这些地址,否则可能导致访问失败。",
|
||||
"common.changeLanguage": "切换语言"
|
||||
"common": {
|
||||
"changeLanguage": "切换语言"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user