Revert "Use underscore in locales"

This reverts commit 2270a0aa82.
This commit is contained in:
Alexandre Iooss 2020-09-13 20:42:34 +02:00
parent e8005a6c58
commit 826cd4d87f
2 changed files with 1 additions and 1 deletions

View File

@ -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')),
]