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:
google-labs-jules[bot]
2025-09-25 17:43:38 +00:00
committed by comeback01
parent 9f0829adb9
commit 91ea27541c
3 changed files with 10 additions and 4 deletions

View File

@@ -2130,5 +2130,7 @@
"域名黑名单": "Domain Blacklist",
"白名单": "Whitelist",
"黑名单": "Blacklist",
"common.changeLanguage": "Change Language"
"common": {
"changeLanguage": "Change Language"
}
}