forked from CGM_Public/pretix_original
Add Chinese as a selectable language
This commit is contained in:
@@ -395,12 +395,15 @@ ALL_LANGUAGES = [
|
|||||||
('pt-br', _('Portuguese (Brazil)')),
|
('pt-br', _('Portuguese (Brazil)')),
|
||||||
('es', _('Spanish')),
|
('es', _('Spanish')),
|
||||||
('tr', _('Turkish')),
|
('tr', _('Turkish')),
|
||||||
|
('pl', _('Polish')),
|
||||||
|
('it', _('Italian')),
|
||||||
|
('zh-hans', _('Chinese (simplified)')),
|
||||||
]
|
]
|
||||||
LANGUAGES_OFFICIAL = {
|
LANGUAGES_OFFICIAL = {
|
||||||
'en', 'de', 'de-informal'
|
'en', 'de', 'de-informal'
|
||||||
}
|
}
|
||||||
LANGUAGES_INCUBATING = {
|
LANGUAGES_INCUBATING = {
|
||||||
'pt-br', 'da'
|
'pt-br', 'da', 'pl', 'it'
|
||||||
}
|
}
|
||||||
|
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
|
|||||||
Reference in New Issue
Block a user