summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2007-10-19 03:18:15 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2007-10-19 03:18:15 +0000
commit433cbba51230ddd65f9a832f694c4580a544bd2d (patch)
tree168f0ac6f3dce17d8d1d0a22c44f8965890c3638
parent409ba6038dcb5ff40323a1a76e20c2157e6288fd (diff)
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
-rw-r--r--docs/settings.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index 7ad1f6441d..3cd8b0828a 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -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
------------------