diff --git a/recipes/settings.py b/recipes/settings.py index 3b5fb740..6c210664 100644 --- a/recipes/settings.py +++ b/recipes/settings.py @@ -137,8 +137,8 @@ USE_L10N = True USE_TZ = True LANGUAGES = [ - ('de', _('German')), ('en', _('English')), + ('de', _('German')), ('nl', _('Dutch')), ]