We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3e193 commit 5ac588cCopy full SHA for 5ac588c
fir/config/base.py
@@ -19,7 +19,7 @@
19
20
# Language code for this installation. All choices can be found here:
21
# http://www.i18nguy.com/unicode/language-identifiers.html
22
-LANGUAGE_CODE = 'en-us'
+LANGUAGE_CODE = 'en-us' # WARNING: Keep english language @Hugo
23
24
SITE_ID = 1
25
fir/heroku_settings.py
@@ -88,7 +88,7 @@
88
# Internationalization
89
# https://docs.djangoproject.com/en/1.9/topics/i18n/
90
91
92
TIME_ZONE = 'UTC'
93
USE_I18N = True
94
USE_L10N = True
0 commit comments