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:
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
Block a user