change LANG_CODE

This commit is contained in:
Cayo Puigdefabregas 2024-01-22 16:03:17 +01:00
parent f866bcffc2
commit 76fe838c92
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ LOCALE_PATHS = [
]
# LANGUAGE_CODE="en"
# LANGUAGE_CODE="es"
LANGUAGE_CODE="ca"
LANGUAGE_CODE="en"
gettext = lambda s: s
LANGUAGES = (
('de', gettext('German')),