diff --git a/cookbook/locale/cs/LC_MESSAGES/django.mo b/cookbook/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 000000000..df7f3b17f Binary files /dev/null and b/cookbook/locale/cs/LC_MESSAGES/django.mo differ diff --git a/recipes/settings.py b/recipes/settings.py index 80ab28d17..3105c67f1 100644 --- a/recipes/settings.py +++ b/recipes/settings.py @@ -211,14 +211,15 @@ USE_L10N = True USE_TZ = True LANGUAGES = [ - ('en', _('English')), - ('de', _('German')), - ('nl', _('Dutch')), - ('fr', _('French')), ('ca', _('Catalan')), - ('es', _('Spanish')), + ('cs', _('Czech')), + ('nl', _('Dutch')), + ('en', _('English')), + ('fr', _('French')), + ('de', _('German')), ('it', _('Italian')), ('lv', _('Latvian')), + ('es', _('Spanish')), ] # Static files (CSS, JavaScript, Images)