Default language is dutch

This commit is contained in:
Joshua Rubingh 2020-05-25 13:23:46 +02:00
parent c79a6068e9
commit 9d4f8df207

View File

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