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

@@ -2127,11 +2127,13 @@
"白名单": "Liste blanche",
"黑名单": "Liste noire",
"切换语言": "Changer de langue",
"common.changeLanguage": "Changer de langue",
"closeSidebar": "Fermer la barre latérale",
"pricing": "Tarification",
"language": "Langue",
"关闭侧边栏": "Fermer la barre latérale",
"定价": "Tarification",
"语言": "Langue"
"语言": "Langue",
"common": {
"changeLanguage": "Changer de langue"
}
}