Default language is dutch
This commit is contained in:
parent
c79a6068e9
commit
9d4f8df207
|
@ -124,7 +124,7 @@ LOGOUT_REDIRECT_URL = '/'
|
|||
# Internationalization
|
||||
# https://docs.djangoproject.com/en/3.0/topics/i18n/
|
||||
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
LANGUAGE_CODE = 'nl'
|
||||
|
||||
LANGUAGES = [
|
||||
('nl', _('Dutch')),
|
||||
|
|
Loading…
Reference in New Issue