mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
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