Browse Source

Add I18N to portuguese

pull/202/head
Edward Ribeiro 9 years ago
parent
commit
ccb24a1482
  1. 4
      sapl/settings.py

4
sapl/settings.py

@ -125,6 +125,10 @@ EMAIL_PORT = 587
# Internationalization
# https://docs.djangoproject.com/en/1.8/topics/i18n/
LANGUAGE_CODE = 'pt-br'
LANGUAGES = (
('pt-br', u'Português'),
)
TIME_ZONE = 'America/Sao_Paulo'
USE_I18N = True
USE_L10N = False

Loading…
Cancel
Save