mirror of
https://github.com/inventree/InvenTree.git
synced 2026-06-13 03:50:46 +00:00
Support traditional Chinese (zh-hant) locale (#5261)
This commit is contained in:
@@ -770,6 +770,7 @@ LANGUAGES = [
|
|||||||
('tr', _('Turkish')),
|
('tr', _('Turkish')),
|
||||||
('vi', _('Vietnamese')),
|
('vi', _('Vietnamese')),
|
||||||
('zh-hans', _('Chinese (Simplified)')),
|
('zh-hans', _('Chinese (Simplified)')),
|
||||||
|
('zh-hant', _('Chinese (Traditional)')),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Testing interface translations
|
# Testing interface translations
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user