Commit Graph
6 Commits
Author SHA1 Message Date
Supra4E8C 18544b79f9 fix(i18n): map zh-HK and zh-MO to zh-TW 2026-04-17 23:16:02 +08:00
lmanchuandlmanchu 30f14500c8 feat(i18n): add Traditional Chinese (Taiwan) locale
Add zh-TW as a new supported language, covering all 1500+ translation keys
with Taiwan-standard terminology and phrasing.

Changes:
- src/i18n/locales/zh-TW.json: new file, full Traditional Chinese translation
- src/i18n/index.ts: import and register zh-TW locale
- src/types/common.ts: add 'zh-TW' to Language union type
- src/utils/constants.ts: add zh-TW to LANGUAGE_ORDER and LANGUAGE_LABEL_KEYS
- src/utils/language.ts: add zh-tw/zh-hant browser locale detection
- src/i18n/locales/*.json: add chinese_tw label key to all locales

Co-authored-by: lmanchu <lman.chu@gmail.com>
2026-04-12 14:15:46 +08:00
LTbinglingfeng 700bff1d03 fix(i18n): harden language switching and enforce language list consistency 2026-02-07 00:43:36 +08:00
Chebotov Nickolay 0bb8090686 fix: address language review feedback 2026-02-06 15:08:53 +03:00
Chebotov Nickolay ad1387d076 feat(i18n): add Russian locale and enable 'ru' language; translate core keys to Russian 2026-02-06 11:26:32 +03:00
Supra4E8C 769c05e459 fix: defult language 2025-12-29 00:17:44 +08:00