forked from CGM_Public/pretix_original
Add Chinese (Traditional) (zh_Hant) to list of available languages.
This commit is contained in:
@@ -80,6 +80,7 @@ ALL_LANGUAGES = [
|
|||||||
('de-informal', _('German (informal)')),
|
('de-informal', _('German (informal)')),
|
||||||
('ar', _('Arabic')),
|
('ar', _('Arabic')),
|
||||||
('zh-hans', _('Chinese (simplified)')),
|
('zh-hans', _('Chinese (simplified)')),
|
||||||
|
('zh-hant', _('Chinese (traditional)')),
|
||||||
('cs', _('Czech')),
|
('cs', _('Czech')),
|
||||||
('da', _('Danish')),
|
('da', _('Danish')),
|
||||||
('nl', _('Dutch')),
|
('nl', _('Dutch')),
|
||||||
|
|||||||
Reference in New Issue
Block a user