summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniele Procida <daniele@vurt.org>2012-12-03 15:46:48 +0000
committerRamiro Morales <cramm0@gmail.com>2012-12-04 20:11:54 -0300
commit37abad73d6b61031ece67d8e58612cb39326d28e (patch)
treebed27b1b87415737254ed59875b5f31b00d55491 /docs
parent45f00dbb93a0e929f4320b9c652fef51655e6872 (diff)
downloaddjango-37abad73d6b61031ece67d8e58612cb39326d28e.tar.gz
Amended explanation of LOCALE_PATHS setting.
Thanks Daniele Procida for the patch.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index bf0a1e519c..4a2147fa4c 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1242,9 +1242,8 @@ Example::
'/var/local/translations/locale'
)
-Note that in the paths you add to the value of this setting, if you have the
-typical ``/path/to/locale/xx/LC_MESSAGES`` hierarchy, you should use the path to
-the ``locale`` directory (i.e. ``'/path/to/locale'``).
+Django will look within each of these paths for the ``<locale_code>/LC_MESSAGES``
+directories containing the actual translation files.
.. setting:: LOGGING