fix settings: no tabs, moved malfunctioning docstring to a comment above
This commit is contained in:
parent
077b91c0dd
commit
5c4f8203eb
@ -29,13 +29,9 @@ INSTALLED_APPS += (
|
|||||||
'debug_toolbar',
|
'debug_toolbar',
|
||||||
)
|
)
|
||||||
|
|
||||||
# For language translations
|
# translations - for details, see:
|
||||||
LANGUAGES = (
|
# https://docs.djangoproject.com/en/dev/topics/i18n/translation/#message-files and
|
||||||
|
# https://docs.djangoproject.com/en/dev/topics/i18n/translation/#how-django-discovers-language-preference
|
||||||
|
LANGUAGES += (
|
||||||
('fr', gettext_noop('French')),
|
('fr', gettext_noop('French')),
|
||||||
"""
|
)
|
||||||
see https://docs.djangoproject.com/en/dev/topics/i18n/translation/#message-files and
|
|
||||||
https://docs.djangoproject.com/en/dev/topics/i18n/translation/#how-django-discovers-language-preference
|
|
||||||
for details
|
|
||||||
('de', _('German')),
|
|
||||||
"""
|
|
||||||
) + LANGUAGES
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user