Default language is dutch

This commit is contained in:
Joshua Rubingh 2020-05-25 13:23:46 +02:00
parent c79a6068e9
commit 9d4f8df207
1 changed files with 1 additions and 1 deletions

View File

@ -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')),