mirror of
https://github.com/django/django.git
synced 2025-06-07 04:29:12 +00:00
[1.5.x] Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.
Thanks rene@ for the suggestion. Backport of 231e31c690 from master.
This commit is contained in:
parent
583f340d7d
commit
9c501e6638
@ -1203,9 +1203,11 @@ The script should be run from one of two places:
|
|||||||
* The root directory of your Django app.
|
* The root directory of your Django app.
|
||||||
|
|
||||||
The script runs over your project source tree or your application source tree
|
The script runs over your project source tree or your application source tree
|
||||||
and pulls out all strings marked for translation. It creates (or updates) a
|
and pulls out all strings marked for translation (see
|
||||||
message file in the directory ``locale/LANG/LC_MESSAGES``. In the ``de``
|
:ref:`how-django-discovers-translations` and be sure :setting:`LOCALE_PATHS`
|
||||||
example, the file will be ``locale/de/LC_MESSAGES/django.po``.
|
is configured correctly). It creates (or updates) a message file in the
|
||||||
|
directory ``locale/LANG/LC_MESSAGES``. In the ``de`` example, the file will be
|
||||||
|
``locale/de/LC_MESSAGES/django.po``.
|
||||||
|
|
||||||
By default :djadmin:`django-admin.py makemessages <makemessages>` examines every
|
By default :djadmin:`django-admin.py makemessages <makemessages>` examines every
|
||||||
file that has the ``.html`` or ``.txt`` file extension. In case you want to
|
file that has the ``.html`` or ``.txt`` file extension. In case you want to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user