Allow to choose French and Spanish

This commit is contained in:
Raphael Michel
2018-10-31 15:36:16 +01:00
parent e618183b49
commit 5a29b4bf70

View File

@@ -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'