Activate es locale

This commit is contained in:
Alexandre Iooss 2020-09-12 09:17:15 +02:00
parent f5486bdb63
commit 2a2ecb2acc
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ from django.utils.translation import gettext_lazy as _
LANGUAGES = [
('de', _('German')),
('en', _('English')),
('es', _('Spanish')),
('fr', _('French')),
]