diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 5 |
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 |
