Adds support for Traditional Chinese translation (#1282)

* Adds support for Traditional Chinese translation

* Reformats the style to match black formatter
This commit is contained in:
Andy
2025-06-11 20:10:49 +08:00
committed by GitHub
parent b28c2d8271
commit 70168299ba
2 changed files with 105 additions and 0 deletions

View File

@ -465,6 +465,7 @@ LANGUAGES = [
('pt', _('Portuguese')),
('ru', _('Russian')),
('zh-hans', _('Simplified Chinese')),
('zh-hant', _('Traditional Chinese')),
('es', _('Spanish')),
('tr', _('Turkish')),
('el', _('Greek')),