feat(i18n): add Traditional Chinese (zh-TW) locale (#773)

* feat(i18n): add Traditional Chinese (zh-TW) locale

* fix(i18n): localize remaining English strings and fix README fence (zh-TW)

* fix(i18n): track zh-TW tasks.json (was excluded by .gitignore)

---------

Co-authored-by: Haile <118998054+blackmammoth@users.noreply.github.com>
This commit is contained in:
妖怪不丸
2026-06-06 02:45:49 +08:00
committed by GitHub
parent b39997c429
commit c21a9f4561
17 changed files with 1629 additions and 7 deletions

View File

@@ -24,6 +24,11 @@ export const languages = [
label: 'Simplified Chinese',
nativeName: '简体中文',
},
{
value: 'zh-TW',
label: 'Traditional Chinese',
nativeName: '繁體中文',
},
{
value: 'ja',
label: 'Japanese',