From ae80a3ea210c6ce1a5482674330c9478ab8a6395 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 12 Sep 2020 16:07:55 +0200 Subject: [PATCH] don't load tranlations --- acronomy/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acronomy/settings.py b/acronomy/settings.py index 48c260b..1f70e4c 100644 --- a/acronomy/settings.py +++ b/acronomy/settings.py @@ -103,9 +103,9 @@ LANGUAGE_CODE = 'en-us' TIME_ZONE = 'UTC' -USE_I18N = True +USE_I18N = False -USE_L10N = True +USE_L10N = False USE_TZ = True