mirror of
https://github.com/django/django.git
synced 2025-07-30 00:24:26 +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
|
@ -193,6 +193,10 @@ Internationalization
|
|||
:ttag:`get_language_info` template tag. Also added a corresponding template
|
||||
filter: :tfilter:`language_name_translated`.
|
||||
|
||||
* You can now run :djadmin:`compilemessages` from the root directory of your
|
||||
project and it will find all the app message files that were created by
|
||||
:djadmin:`makemessages`.
|
||||
|
||||
Management Commands
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue