mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Add Chinese as a selectable language
This commit is contained in:
@@ -395,12 +395,15 @@ ALL_LANGUAGES = [
|
||||
('pt-br', _('Portuguese (Brazil)')),
|
||||
('es', _('Spanish')),
|
||||
('tr', _('Turkish')),
|
||||
('pl', _('Polish')),
|
||||
('it', _('Italian')),
|
||||
('zh-hans', _('Chinese (simplified)')),
|
||||
]
|
||||
LANGUAGES_OFFICIAL = {
|
||||
'en', 'de', 'de-informal'
|
||||
}
|
||||
LANGUAGES_INCUBATING = {
|
||||
'pt-br', 'da'
|
||||
'pt-br', 'da', 'pl', 'it'
|
||||
}
|
||||
|
||||
if DEBUG:
|
||||
|
||||
Reference in New Issue
Block a user