[1.8.x] Fixed man page by ensuring ".pot" doesn't render unescaped.
See https://github.com/sphinx-doc/sphinx/issues/2131
Backport of 0cfe589f95
from master
This commit is contained in:
parent
3ec4e739dd
commit
15a18090c1
|
@ -663,7 +663,7 @@ for technically skilled translators to understand each message's context.
|
||||||
.. django-admin-option:: --keep-pot
|
.. django-admin-option:: --keep-pot
|
||||||
|
|
||||||
Use the ``--keep-pot`` option to prevent Django from deleting the temporary
|
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
|
``.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.
|
debugging errors which may prevent the final language files from being created.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
Loading…
Reference in New Issue