mirror of https://gitlab.crans.org/bde/nk20
Use underscore in locales
This commit is contained in:
parent
0f53ac45f7
commit
2270a0aa82
|
@ -154,7 +154,7 @@ from django.utils.translation import gettext_lazy as _
|
|||
LANGUAGES = [
|
||||
('de', _('German')),
|
||||
('en', _('English')),
|
||||
('en-pirate', _('Pirate Slang')),
|
||||
('en_pirate', _('Pirate Slang')),
|
||||
('es', _('Spanish')),
|
||||
('fr', _('French')),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue