adding locale in config

This commit is contained in:
Guinsly Mondesir 2016-06-15 03:10:54 -04:00
parent c07c45dc31
commit 4037888b66

View file

@ -1,3 +1,4 @@
# Import global settings to make it easier to extend settings. # Import global settings to make it easier to extend settings.
from django.conf.global_settings import * from django.conf.global_settings import *
@ -57,6 +58,7 @@ LANGUAGES = (
('de', 'German'), ('de', 'German'),
('es', 'Spanish'), ('es', 'Spanish'),
('pt-br', 'Portugese (Brasil)'), ('pt-br', 'Portugese (Brasil)'),
('fr', 'Français'),
) )
LOCALE_PATHS = ( LOCALE_PATHS = (