Support traditional Chinese (zh-hant) locale (#5261)

This commit is contained in:
Oliver 2023-07-17 20:45:13 +10:00 committed by GitHub
parent df77305d60
commit 8daff0bff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9520 additions and 0 deletions

View File

@ -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