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
9f0829adb9
commit
91ea27541c
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user