Skip to content

Commit

Permalink
Fixed #14541 -- Corrected an outdated bit of wording in the LANGUAGES…
Browse files Browse the repository at this point in the history
… setting docs. Thanks to akelm for the report and suggested fix.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
Gabriel Hurley committed Oct 23, 2010
1 parent d371142 commit a200cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/settings.txt
Expand Up @@ -984,7 +984,7 @@ Generally, the default value should suffice. Only set this setting if you want
to restrict language selection to a subset of the Django-provided languages.

If you define a custom ``LANGUAGES`` setting, it's OK to mark the languages as
translation strings (as in the default value displayed above) -- but use a
translation strings (as in the default value referred to above) -- but use a
"dummy" ``gettext()`` function, not the one in ``django.utils.translation``.
You should *never* import ``django.utils.translation`` from within your
settings file, because that module in itself depends on the settings, and that
Expand Down

0 comments on commit a200cc6

Please sign in to comment.