[1.1.X] Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the report and patch.
Backport of r13143 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d5ed030228
commit
947c8ce3b4
|
@ -56,7 +56,7 @@ creation and upkeep of these files.
|
||||||
.. admonition:: Gettext utilities
|
.. admonition:: Gettext utilities
|
||||||
|
|
||||||
The ``makemessages`` command (and ``compilemessages`` discussed later) use
|
The ``makemessages`` command (and ``compilemessages`` discussed later) use
|
||||||
commands from the GNU gettext toolset: ``xgetetxt``, ``msgfmt``,
|
commands from the GNU gettext toolset: ``xgettext``, ``msgfmt``,
|
||||||
``msgmerge`` and ``msguniq``.
|
``msgmerge`` and ``msguniq``.
|
||||||
|
|
||||||
To create or update a message file, run this command::
|
To create or update a message file, run this command::
|
||||||
|
|
Loading…
Reference in New Issue