mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Allow to choose French and Spanish
This commit is contained in:
@@ -359,8 +359,10 @@ ALL_LANGUAGES = [
|
|||||||
('de-informal', _('German (informal)')),
|
('de-informal', _('German (informal)')),
|
||||||
('nl', _('Dutch')),
|
('nl', _('Dutch')),
|
||||||
('da', _('Danish')),
|
('da', _('Danish')),
|
||||||
('tr', _('Turkish')),
|
('fr', _('French')),
|
||||||
('pt-br', _('Portuguese (Brazil)')),
|
('pt-br', _('Portuguese (Brazil)')),
|
||||||
|
('es', _('Spanish')),
|
||||||
|
('tr', _('Turkish')),
|
||||||
]
|
]
|
||||||
LANGUAGES_OFFICIAL = {
|
LANGUAGES_OFFICIAL = {
|
||||||
'en', 'de', 'de-informal'
|
'en', 'de', 'de-informal'
|
||||||
|
|||||||
Reference in New Issue
Block a user