From b6e38488e8dabfe18b104e3bc24063bf8eceb948 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Tue, 9 May 2017 12:17:20 +0200 Subject: [PATCH] Set default language 'de' --- publichealth/settings/base.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/publichealth/settings/base.py b/publichealth/settings/base.py index 01f7441..0aa5702 100644 --- a/publichealth/settings/base.py +++ b/publichealth/settings/base.py @@ -126,14 +126,12 @@ AUTH_PASSWORD_VALIDATORS = [ # Internationalization # https://docs.djangoproject.com/en/1.8/topics/i18n/ -LANGUAGE_CODE = 'de-DE' +LANGUAGE_CODE = 'de' # default language TIME_ZONE = 'Europe/Zurich' USE_I18N = True - USE_L10N = True - USE_TZ = True