From cbd936d0f87cf5109d3ef67c07797c657912f424 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Wed, 29 Oct 2014 16:38:46 +0200 Subject: Fixed #18731 -- Added an example about customizing "makemessages" command. Thanks claudp for the suggestion and review. --- docs/ref/django-admin.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 37f9cc018e..870e7b9078 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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 [] ---------------------------- -- cgit v1.3