Only dutch for now

This commit is contained in:
Joshua Rubingh 2020-05-29 14:41:43 +02:00
parent ba2c1e3b0f
commit 36f5d7a77f

View File

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