Support traditional Chinese (zh-hant) locale (#5261)
This commit is contained in:
parent
df77305d60
commit
8daff0bff4
|
|
@ -770,6 +770,7 @@ LANGUAGES = [
|
|||
('tr', _('Turkish')),
|
||||
('vi', _('Vietnamese')),
|
||||
('zh-hans', _('Chinese (Simplified)')),
|
||||
('zh-hant', _('Chinese (Traditional)')),
|
||||
]
|
||||
|
||||
# Testing interface translations
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue