mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #18731 -- Added an example about customizing "makemessages" command.
Thanks claudp for the suggestion and review.
This commit is contained in:
parent
aac594f65f
commit
cbd936d0f8
2 changed files with 41 additions and 0 deletions
|
@ -666,6 +666,11 @@ Use the ``--keep-pot`` option to prevent Django from deleting the temporary
|
|||
.pot files it generates before creating the .po file. This is useful for
|
||||
debugging errors which may prevent the final language files from being created.
|
||||
|
||||
.. seealso::
|
||||
|
||||
See :ref:`customizing-makemessages` for instructions on how to customize
|
||||
the keywords that :djadmin:`makemessages` passes to ``xgettext``.
|
||||
|
||||
makemigrations [<app_label>]
|
||||
----------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue