Kaydet (Commit) 433cbba5 authored tarafından Gary Wilson Jr's avatar Gary Wilson Jr

Fixed #5750 -- Documented `LOCALE_PATHS` setting, with a link to the…

Fixed #5750 -- Documented `LOCALE_PATHS` setting, with a link to the internationalization documentation.  Thanks, jdetaeye and SmileyChris.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6530 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 409ba603
......@@ -578,6 +578,15 @@ strings for translation, but the translation won't happen at runtime -- so
you'll have to remember to wrap the languages in the *real* ``gettext()`` in
any code that uses ``LANGUAGES`` at runtime.
LOCALE_PATHS
------------
A list of directories where Django looks for translation files.
See the `internationalization docs section`_ explaining the variable and the
default behavior.
.. _internationalization docs section: ../i18n/#using-translations-in-your-own-projects
LOGIN_REDIRECT_URL
------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment