Only dutch for now
This commit is contained in:
parent
ba2c1e3b0f
commit
36f5d7a77f
@ -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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user