From: Frédéric Péters Date: Sun, 29 Dec 2019 12:52:39 +0000 (+0100) Subject: settings: switch localization X-Git-Tag: v2022~61 X-Git-Url: https://git.0d.be/?p=chloro.git;a=commitdiff_plain;h=5f21e15d8701bce960f7d3a5beaef4e7bd2aa4d5;hp=3267c39ab3b79af2ca3847a3f3e5d362137232bd settings: switch localization --- diff --git a/chloro/settings.py b/chloro/settings.py index 0f15e87..fa1b1be 100644 --- a/chloro/settings.py +++ b/chloro/settings.py @@ -91,9 +91,9 @@ AUTH_PASSWORD_VALIDATORS = [ # Internationalization # https://docs.djangoproject.com/en/1.11/topics/i18n/ -LANGUAGE_CODE = 'en-us' +LANGUAGE_CODE = 'fr-be' -TIME_ZONE = 'UTC' +TIME_ZONE = 'Europe/Brussels' USE_I18N = True