diff --git a/cookbook/locale/nl/LC_MESSAGES/django.mo b/cookbook/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 00000000..8325cadf Binary files /dev/null and b/cookbook/locale/nl/LC_MESSAGES/django.mo differ diff --git a/cookbook/locale/nl/MC_MESSAGES/django.po b/cookbook/locale/nl/LC_MESSAGES/django.po similarity index 100% rename from cookbook/locale/nl/MC_MESSAGES/django.po rename to cookbook/locale/nl/LC_MESSAGES/django.po diff --git a/recipes/settings.py b/recipes/settings.py index eddeada0..3b5fb740 100644 --- a/recipes/settings.py +++ b/recipes/settings.py @@ -139,6 +139,7 @@ USE_TZ = True LANGUAGES = [ ('de', _('German')), ('en', _('English')), + ('nl', _('Dutch')), ] # Static files (CSS, JavaScript, Images)