From a23dc717aa84b1c913e95f0924b9dacc52d4724e Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sat, 26 Dec 2020 13:16:01 +0100 Subject: [PATCH] added new languages --- recipes/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/settings.py b/recipes/settings.py index 5eed48c0..0b2f7e09 100644 --- a/recipes/settings.py +++ b/recipes/settings.py @@ -177,6 +177,8 @@ LANGUAGES = [ ('nl', _('Dutch')), ('fr', _('French')), ('ca', _('Catalan')), + ('es', _('Spanish')), + ('it', _('Italian')), ] # Static files (CSS, JavaScript, Images)