English for default

This commit is contained in:
Cayo Puigdefabregas 2023-11-22 13:59:09 +01:00
parent c617e20ca4
commit 7a7036a228
1 changed files with 2 additions and 1 deletions

View File

@ -177,7 +177,8 @@ MESSAGE_TAGS = {
LOCALE_PATHS = [
os.path.join(BASE_DIR, 'locale'),
]
LANGUAGE_CODE="es"
LANGUAGE_CODE="en"
# LANGUAGE_CODE="es"
USE_I18N = True
USE_L10N = True