forked from 42CTF/website
Add Spanish to availible languages in the Settings.py file
This commit is contained in:
parent
a6a5e424df
commit
fabe417fe2
|
@ -117,6 +117,7 @@ LANGUAGES = (
|
|||
('fr', _('French')),
|
||||
('ru', _('Russian')),
|
||||
('ja', _('Japanese')),
|
||||
('es', _("Spanish")),
|
||||
)
|
||||
|
||||
LOCALE_PATHS = (
|
||||
|
|
Loading…
Reference in New Issue