Fixed #18731 -- Added an example about customizing "makemessages" command.

Thanks claudp for the suggestion and review.
This commit is contained in:
Berker Peksag 2014-10-29 16:38:46 +02:00 committed by Tim Graham
parent aac594f65f
commit cbd936d0f8
2 changed files with 41 additions and 0 deletions

View file

@ -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>]
----------------------------