mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #3332 from jerojasro/intl-docfix
corrected output directory for .pot files
This commit is contained in:
commit
234379be9e
@ -94,14 +94,14 @@ This section describe a easy way to translate with sphinx-intl.
|
|||||||
|
|
||||||
$ make gettext
|
$ make gettext
|
||||||
|
|
||||||
As a result, many pot files are generated under ``_build/locale``
|
As a result, many pot files are generated under ``_build/gettext``
|
||||||
directory.
|
directory.
|
||||||
|
|
||||||
#. Setup/Update your `locale_dir`:
|
#. Setup/Update your `locale_dir`:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ sphinx-intl update -p _build/locale -l de -l ja
|
$ sphinx-intl update -p _build/gettext -l de -l ja
|
||||||
|
|
||||||
Done. You got these directories that contain po files:
|
Done. You got these directories that contain po files:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user