From d0dd59e098dabac89fc654724cf0634a88646178 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 13 Dec 2023 17:53:11 +0100 Subject: [PATCH] catalan as default --- trustchain_idhub/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trustchain_idhub/settings.py b/trustchain_idhub/settings.py index 7a3e043..a798491 100644 --- a/trustchain_idhub/settings.py +++ b/trustchain_idhub/settings.py @@ -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