Add Spanish to availible languages in the Settings.py file

This commit is contained in:
Miliviu 2022-02-09 10:53:11 +01:00
parent 41377a56c5
commit 973af232b5
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ LANGUAGES = (
('fr', _('French')), ('fr', _('French')),
('ru', _('Russian')), ('ru', _('Russian')),
('ja', _('Japanese')), ('ja', _('Japanese')),
('es', _("Spanish")),
) )
LOCALE_PATHS = ( LOCALE_PATHS = (