mirror of https://gitlab.crans.org/bde/nk20
Activate es locale
This commit is contained in:
parent
f5486bdb63
commit
2a2ecb2acc
|
@ -154,6 +154,7 @@ from django.utils.translation import gettext_lazy as _
|
|||
LANGUAGES = [
|
||||
('de', _('German')),
|
||||
('en', _('English')),
|
||||
('es', _('Spanish')),
|
||||
('fr', _('French')),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue