forked from CGM_Public/pretix_original
Allow to choose French and Spanish
This commit is contained in:
@@ -359,8 +359,10 @@ ALL_LANGUAGES = [
|
||||
('de-informal', _('German (informal)')),
|
||||
('nl', _('Dutch')),
|
||||
('da', _('Danish')),
|
||||
('tr', _('Turkish')),
|
||||
('fr', _('French')),
|
||||
('pt-br', _('Portuguese (Brazil)')),
|
||||
('es', _('Spanish')),
|
||||
('tr', _('Turkish')),
|
||||
]
|
||||
LANGUAGES_OFFICIAL = {
|
||||
'en', 'de', 'de-informal'
|
||||
|
||||
Reference in New Issue
Block a user