mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-02-06 15:23:00 +00:00
Revert "Use underscore in locales"
This reverts commit 2270a0aa827c9c8a98a2c4de6b2c8a9e27400517.
This commit is contained in:
parent
e8005a6c58
commit
826cd4d87f
@ -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…
x
Reference in New Issue
Block a user