feat: UI Support Traditional Chinese

This commit is contained in:
Flizzy
2024-06-06 18:53:32 +08:00
parent 8587c009ee
commit 0f8f4b8952
2 changed files with 285 additions and 1 deletions

View File

@@ -935,7 +935,8 @@ class Config:
self._SELECTABLE_UI_LANGUAGES_DICT = {
"en": "English",
"ja": "日本語",
"ko": "한국어"
"ko": "한국어",
"zh": "正體中文"
# If you want to add a new language and key, please append it here.
}
self._SELECTABLE_CTRANSLATE2_WEIGHT_TYPE_DICT = {