mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-24 08:58: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
@@ -2130,5 +2130,7 @@
|
||||
"域名黑名单": "Domain Blacklist",
|
||||
"白名单": "Whitelist",
|
||||
"黑名单": "Blacklist",
|
||||
"common.changeLanguage": "Change Language"
|
||||
"common": {
|
||||
"changeLanguage": "Change Language"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user