Add Chinese Traditional translation

This commit is contained in:
LokiHung
2025-02-11 21:25:05 +08:00
parent ea94626b82
commit d56bfbf02b
5 changed files with 13 additions and 1 deletions

View File

@@ -749,6 +749,7 @@ LANGUAGES = [
("tr-tr", _("Turkish")),
("uk-ua", _("Ukrainian")),
("zh-cn", _("Chinese Simplified")),
("zh-tw", _("Chinese Traditional")),
]
LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")]