This commit is contained in:
Joshua Rubingh 2020-05-25 13:33:51 +02:00
parent 4998290549
commit e601ed70c2
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 = 'nl'
LANGUAGE_CODE = 'en-us'
LANGUAGES = [
('nl', _('Dutch')),