fix LANGUAGES in dev settings - they are ADDITIONAL to the base settings, remove duplicates

This commit is contained in:
Thomas Waldmann 2014-08-24 23:59:22 +02:00
parent c07188bf71
commit 540616fdf3

View File

@ -34,9 +34,5 @@ INSTALLED_APPS += (
# https://docs.djangoproject.com/en/dev/topics/i18n/translation/#how-django-discovers-language-preference
LANGUAGES += (
# note: for the development install we also offer unfinished translations:
('en', gettext_noop('English')),
('de', gettext_noop('German')),
('fr', gettext_noop('French')),
('it', gettext_noop('Italian')),
('pl', gettext_noop('Polish')),
)