catalan as default

This commit is contained in:
Cayo Puigdefabregas 2023-12-13 17:53:11 +01:00
parent cb1b7de4f6
commit d0dd59e098
1 changed files with 2 additions and 1 deletions

View File

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