Set default language 'de'

This commit is contained in:
Oleg Lavrovsky 2017-05-09 12:17:20 +02:00
parent 2423aa4f09
commit b6e38488e8

View file

@ -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