From 76fe838c9276cdf979bd965df7442c403b50968a Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 22 Jan 2024 16:03:17 +0100 Subject: [PATCH] change LANG_CODE --- trustchain_idhub/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustchain_idhub/settings.py b/trustchain_idhub/settings.py index 1a3675d..afc3169 100644 --- a/trustchain_idhub/settings.py +++ b/trustchain_idhub/settings.py @@ -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')),