feat(i18n): complete French locale and add common.changeLanguage

- Added `common.changeLanguage` key to `en.json`, `fr.json`, and `zh.json`.
- Updated `LanguageSelector.jsx` to use the new shared key.
- Completed `fr.json` with all keys from `en.json` and `zh.json`.
- Added translations for `closeSidebar`, `pricing`, and `language`.
This commit is contained in:
google-labs-jules[bot]
2025-09-25 17:00:11 +00:00
committed by comeback01
parent bf6a4f3b85
commit 9f0829adb9
4 changed files with 13 additions and 4 deletions

View File

@@ -2129,5 +2129,6 @@
"域名IP过滤详细说明": "⚠️ This is an experimental option. A domain may resolve to multiple IPv4/IPv6 addresses. If enabled, ensure the IP filter list covers these addresses, otherwise access may fail.",
"域名黑名单": "Domain Blacklist",
"白名单": "Whitelist",
"黑名单": "Blacklist"
"黑名单": "Blacklist",
"common.changeLanguage": "Change Language"
}