Use underscore in locales
This commit is contained in:
parent
0f53ac45f7
commit
2270a0aa82
2 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ from django.utils.translation import gettext_lazy as _
|
||||||
LANGUAGES = [
|
LANGUAGES = [
|
||||||
('de', _('German')),
|
('de', _('German')),
|
||||||
('en', _('English')),
|
('en', _('English')),
|
||||||
('en-pirate', _('Pirate Slang')),
|
('en_pirate', _('Pirate Slang')),
|
||||||
('es', _('Spanish')),
|
('es', _('Spanish')),
|
||||||
('fr', _('French')),
|
('fr', _('French')),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue