add default lang ca

This commit is contained in:
Cayo Puigdefabregas 2024-03-18 11:53:26 +01:00
parent d2d1026a7c
commit 900345aa95
1 changed files with 1 additions and 1 deletions

View File

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