only use german

This commit is contained in:
Oliver Zander 2025-11-10 11:28:26 +01:00 committed by Tobias Herre
parent 638f6cd5ed
commit d527a99a6d
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@ AUTH_PASSWORD_VALIDATORS = password_validators(
USE_I18N = True USE_I18N = True
USE_L10N = True USE_L10N = True
LANGUAGE_CODE = env('LANGUAGE_CODE', 'de') LANGUAGE_CODE = env('LANGUAGE_CODE', 'de')
LANGUAGES = [
('de', 'Deutsch'),
]
USE_TZ = True USE_TZ = True
TIME_ZONE = env('TIME_ZONE', 'Europe/Berlin') TIME_ZONE = env('TIME_ZONE', 'Europe/Berlin')