fix LANGUAGES in dev settings - they are ADDITIONAL to the base settings, remove duplicates
This commit is contained in:
parent
c07188bf71
commit
540616fdf3
@ -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')),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user