Remove trailing whitespace

This commit is contained in:
Daniel Neuhäuser 2010-09-03 17:10:22 +02:00
parent 3c2160e2c1
commit fee6b38142
2 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ documentation on :ref:`intl` for details.
Directories in which to search for additional message catalogs (see
:confval:`language`), relative to the source directory. The directories on
this path are searched by the standard :mod:`gettext` module.
Internal messages are fetched from a text domain of ``sphinx``; so if you
add the directory :file:`./locale` to this settting, the message catalogs
(compiled from ``.po`` format using :program:`msgfmt`) must be in

View File

@ -37,7 +37,7 @@ and contain messages in your original language *only*.
They can be delivered to translators which will transform them to ``.po`` files
--- so called **message catalogs** --- containing a mapping from the original
messages to foreign-language strings.
messages to foreign-language strings.
Gettext compiles them into a binary format known as **binary catalogs** through
:program:`msgfmt` for efficiency reasons. If you make these files discoverable