1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00

Activate es locale

This commit is contained in:
Alexandre Iooss 2020-09-12 09:17:15 +02:00
parent f5486bdb63
commit 2a2ecb2acc

View File

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