[feat] Add Traditional Chinese language support (#4410)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Christian Byrne
2025-07-10 01:52:47 -07:00
committed by GitHub
parent e6d78ab22c
commit eb63b5c536
8 changed files with 10828 additions and 4 deletions

View File

@@ -290,6 +290,7 @@ export const CORE_SETTINGS: SettingParams[] = [
options: [
{ value: 'en', text: 'English' },
{ value: 'zh', text: '中文' },
{ value: 'zh-TW', text: '繁體中文' },
{ value: 'ru', text: 'Русский' },
{ value: 'ja', text: '日本語' },
{ value: 'ko', text: '한국어' },