From 7a7036a228eb2a11036d128d6545e776b36631c6 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 22 Nov 2023 13:59:09 +0100 Subject: [PATCH] English for 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 fb1c4c3..30bbc0a 100644 --- a/trustchain_idhub/settings.py +++ b/trustchain_idhub/settings.py @@ -177,7 +177,8 @@ MESSAGE_TAGS = { LOCALE_PATHS = [ os.path.join(BASE_DIR, 'locale'), ] -LANGUAGE_CODE="es" +LANGUAGE_CODE="en" +# LANGUAGE_CODE="es" USE_I18N = True USE_L10N = True