Add explicit hint about compiling message catalogs.

This commit is contained in:
Georg Brandl 2010-04-06 19:31:35 +02:00
parent d66a6c4512
commit 3c9619ac4b

View File

@ -128,8 +128,8 @@ General configuration
:confval:`language`), relative to the source directory. The directories on
this path are searched by the standard :mod:`gettext` module for a domain of
``sphinx``; so if you add the directory :file:`./locale` to this settting,
the message catalogs must be in
:file:`./locale/{language}/LC_MESSAGES/sphinx.mo`.
the message catalogs (compiled from ``.po`` format using :program:`msgfmt`)
must be in :file:`./locale/{language}/LC_MESSAGES/sphinx.mo`.
The default is ``[]``.