mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.7.x] Fixed some doc errors that caused syntax highlighting to fail.
Backport of 27fdac97ae from master
This commit is contained in:
@@ -1326,7 +1326,9 @@ For example, if your Django app contained a translation string for the text
|
||||
_("Welcome to my site.")
|
||||
|
||||
...then :djadmin:`django-admin.py makemessages <makemessages>` will have created
|
||||
a ``.po`` file containing the following snippet -- a message::
|
||||
a ``.po`` file containing the following snippet -- a message:
|
||||
|
||||
.. code-block:: po
|
||||
|
||||
#: path/to/python/module.py:23
|
||||
msgid "Welcome to my site."
|
||||
|
||||
Reference in New Issue
Block a user