forked from CGM_Public/pretix_original
Add arabic, re-order languages
This commit is contained in:
@@ -401,19 +401,20 @@ ALL_LANGUAGES = [
|
|||||||
('en', _('English')),
|
('en', _('English')),
|
||||||
('de', _('German')),
|
('de', _('German')),
|
||||||
('de-informal', _('German (informal)')),
|
('de-informal', _('German (informal)')),
|
||||||
|
('ar', _('Arabic')),
|
||||||
|
('zh-hans', _('Chinese (simplified)')),
|
||||||
|
('da', _('Danish')),
|
||||||
('nl', _('Dutch')),
|
('nl', _('Dutch')),
|
||||||
('nl-informal', _('Dutch (informal)')),
|
('nl-informal', _('Dutch (informal)')),
|
||||||
('da', _('Danish')),
|
|
||||||
('fr', _('French')),
|
('fr', _('French')),
|
||||||
|
('el', _('Greek')),
|
||||||
|
('it', _('Italian')),
|
||||||
|
('lv', _('Latvian')),
|
||||||
|
('pl', _('Polish')),
|
||||||
('pt-br', _('Portuguese (Brazil)')),
|
('pt-br', _('Portuguese (Brazil)')),
|
||||||
|
('ru', _('Russian')),
|
||||||
('es', _('Spanish')),
|
('es', _('Spanish')),
|
||||||
('tr', _('Turkish')),
|
('tr', _('Turkish')),
|
||||||
('pl', _('Polish')),
|
|
||||||
('it', _('Italian')),
|
|
||||||
('ru', _('Russian')),
|
|
||||||
('lv', _('Latvian')),
|
|
||||||
('zh-hans', _('Chinese (simplified)')),
|
|
||||||
('el', _('Greek'))
|
|
||||||
]
|
]
|
||||||
LANGUAGES_OFFICIAL = {
|
LANGUAGES_OFFICIAL = {
|
||||||
'en', 'de', 'de-informal'
|
'en', 'de', 'de-informal'
|
||||||
|
|||||||
Reference in New Issue
Block a user