mirror of
https://github.com/django/django.git
synced 2025-07-23 05:05:17 +00:00
Fixed #24159 -- Made compilemessages run across all apps.
Updated the command to match the documentation, which states it runs over all .po files.
This commit is contained in:
parent
7bda2d8ebc
commit
40f0a84cb1
7 changed files with 68 additions and 5 deletions
|
@ -161,6 +161,11 @@ are excluded.
|
|||
You can pass ``--use-fuzzy`` option (or ``-f``) to include fuzzy translations
|
||||
into compiled files.
|
||||
|
||||
.. versionchanged:: 1.9
|
||||
|
||||
``compilemessages`` now matches the operation of :djadmin:`makemessages`,
|
||||
scanning the project tree for ``.po`` files to compile.
|
||||
|
||||
.. versionchanged:: 1.8
|
||||
|
||||
Added ``--exclude`` and ``--use-fuzzy`` options.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue