mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add explicit hint about compiling message catalogs.
This commit is contained in:
parent
d66a6c4512
commit
3c9619ac4b
@ -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 ``[]``.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user