settings: remove english from supported languages

This commit is contained in:
Benjamin Dauvergne 2014-03-24 18:24:17 +01:00
parent 864dfa705e
commit 231c9daae6
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ SITE_ID = 1
USE_I18N = True
LANGUAGES = (
('en', gettext_noop('English')),
('fr', gettext_noop('French')),
)
USE_L10N = True