Amended explanation of LOCALE_PATHS setting.
Thanks Daniele Procida for the patch.
This commit is contained in:
parent
45f00dbb93
commit
37abad73d6
|
@ -1242,9 +1242,8 @@ Example::
|
||||||
'/var/local/translations/locale'
|
'/var/local/translations/locale'
|
||||||
)
|
)
|
||||||
|
|
||||||
Note that in the paths you add to the value of this setting, if you have the
|
Django will look within each of these paths for the ``<locale_code>/LC_MESSAGES``
|
||||||
typical ``/path/to/locale/xx/LC_MESSAGES`` hierarchy, you should use the path to
|
directories containing the actual translation files.
|
||||||
the ``locale`` directory (i.e. ``'/path/to/locale'``).
|
|
||||||
|
|
||||||
.. setting:: LOGGING
|
.. setting:: LOGGING
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue