diff options
| author | Daniele Procida <daniele@vurt.org> | 2012-12-03 15:46:48 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-12-04 20:20:35 -0300 |
| commit | a8045c3af2ad9da7332dadfc011bcaf50365dc7d (patch) | |
| tree | 11bc1fe1325da48c1da48b1870b861bbb1684a1e /docs | |
| parent | 6a098aa6f29b484254de50c4eb113bdbad1d7e78 (diff) | |
[1.5.x] Amended explanation of LOCALE_PATHS setting.
Thanks Daniele Procida for the patch.
37abad73d6b61031ece67d8e58612cb39326d28e from master.
Diffstat (limited to 'docs')
| -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 |
