Set default language 'de'
This commit is contained in:
parent
2423aa4f09
commit
b6e38488e8
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue