From 231c9daae6f3ff68600e6ac0b8ac6cd43fee6f20 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 24 Mar 2014 18:24:17 +0100 Subject: [PATCH] settings: remove english from supported languages --- compte_agglo_montpellier/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/compte_agglo_montpellier/settings.py b/compte_agglo_montpellier/settings.py index c3ab6fa..819d478 100644 --- a/compte_agglo_montpellier/settings.py +++ b/compte_agglo_montpellier/settings.py @@ -71,7 +71,6 @@ SITE_ID = 1 USE_I18N = True LANGUAGES = ( - ('en', gettext_noop('English')), ('fr', gettext_noop('French')), ) USE_L10N = True