forked from CGM_Public/pretix_original
Add Romanian language, reorder languages
This commit is contained in:
@@ -510,22 +510,23 @@ ALL_LANGUAGES = [
|
|||||||
('de-informal', _('German (informal)')),
|
('de-informal', _('German (informal)')),
|
||||||
('ar', _('Arabic')),
|
('ar', _('Arabic')),
|
||||||
('zh-hans', _('Chinese (simplified)')),
|
('zh-hans', _('Chinese (simplified)')),
|
||||||
|
('cs', _('Czech')),
|
||||||
('da', _('Danish')),
|
('da', _('Danish')),
|
||||||
('nl', _('Dutch')),
|
('nl', _('Dutch')),
|
||||||
('nl-informal', _('Dutch (informal)')),
|
('nl-informal', _('Dutch (informal)')),
|
||||||
('fr', _('French')),
|
('fr', _('French')),
|
||||||
('fi', _('Finnish')),
|
('fi', _('Finnish')),
|
||||||
|
('gl', _('Galician')),
|
||||||
('el', _('Greek')),
|
('el', _('Greek')),
|
||||||
('it', _('Italian')),
|
('it', _('Italian')),
|
||||||
('lv', _('Latvian')),
|
('lv', _('Latvian')),
|
||||||
('pl', _('Polish')),
|
('pl', _('Polish')),
|
||||||
('pt-pt', _('Portuguese (Portugal)')),
|
('pt-pt', _('Portuguese (Portugal)')),
|
||||||
('pt-br', _('Portuguese (Brazil)')),
|
('pt-br', _('Portuguese (Brazil)')),
|
||||||
|
('ro', _('Romanian')),
|
||||||
('ru', _('Russian')),
|
('ru', _('Russian')),
|
||||||
('es', _('Spanish')),
|
('es', _('Spanish')),
|
||||||
('tr', _('Turkish')),
|
('tr', _('Turkish')),
|
||||||
('gl', _('Galician')),
|
|
||||||
('cs', _('Czech')),
|
|
||||||
]
|
]
|
||||||
LANGUAGES_OFFICIAL = {
|
LANGUAGES_OFFICIAL = {
|
||||||
'en', 'de', 'de-informal'
|
'en', 'de', 'de-informal'
|
||||||
|
|||||||
Reference in New Issue
Block a user