diff --git a/recipes/settings.py b/recipes/settings.py index d0c60e43..be8401d6 100644 --- a/recipes/settings.py +++ b/recipes/settings.py @@ -334,6 +334,7 @@ LANGUAGES = [ ('de', _('German')), ('it', _('Italian')), ('lv', _('Latvian')), + ('pl', _('Polish')), ('es', _('Spanish')), ]