Activate es locale
This commit is contained in:
parent
f5486bdb63
commit
2a2ecb2acc
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ from django.utils.translation import gettext_lazy as _
|
|||
LANGUAGES = [
|
||||
('de', _('German')),
|
||||
('en', _('English')),
|
||||
('es', _('Spanish')),
|
||||
('fr', _('French')),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue