mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Enabled makemessages to support several translation directories
Thanks Rémy Hubscher, Ramiro Morales, Unai Zalakain and Tim Graham for the reviews. Also fixes #16084.
This commit is contained in:
@@ -375,6 +375,11 @@ Internationalization
|
||||
in the corresponding entry in the PO file, which makes the translation
|
||||
process easier.
|
||||
|
||||
* When you run :djadmin:`makemessages` from the root directory of your project,
|
||||
any extracted strings will now be automatically distributed to the proper
|
||||
app or project message file. See :ref:`how-to-create-language-files` for
|
||||
details.
|
||||
|
||||
Management Commands
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user