English for default
This commit is contained in:
parent
c617e20ca4
commit
7a7036a228
|
@ -177,7 +177,8 @@ MESSAGE_TAGS = {
|
||||||
LOCALE_PATHS = [
|
LOCALE_PATHS = [
|
||||||
os.path.join(BASE_DIR, 'locale'),
|
os.path.join(BASE_DIR, 'locale'),
|
||||||
]
|
]
|
||||||
LANGUAGE_CODE="es"
|
LANGUAGE_CODE="en"
|
||||||
|
# LANGUAGE_CODE="es"
|
||||||
USE_I18N = True
|
USE_I18N = True
|
||||||
USE_L10N = True
|
USE_L10N = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue