Only dutch for now

This commit is contained in:
Joshua Rubingh 2020-05-29 14:41:43 +02:00
parent ba2c1e3b0f
commit 36f5d7a77f
1 changed files with 2 additions and 2 deletions

View File

@ -124,11 +124,11 @@ LOGOUT_REDIRECT_URL = '/'
# Internationalization
# https://docs.djangoproject.com/en/3.0/topics/i18n/
LANGUAGE_CODE = 'en-us'
LANGUAGE_CODE = 'nl'
LANGUAGES = [
('nl', _('Dutch')),
('en', _('English')),
# ('en', _('English')),
]
TIME_ZONE = config('TIME_ZONE', default='UTC')