Merge pull request #9277 from greyli/fix-intl-docs

Fix typo in doc/intl.rst
This commit is contained in:
Takeshi KOMIYA
2021-05-30 00:39:41 +09:00
committed by GitHub

View File

@@ -118,7 +118,7 @@ section describe an easy way to translate with *sphinx-intl*.
#. Translate po files.
AS noted above, these are located in the ``./locale/<lang>/LC_MESSAGES``
As noted above, these are located in the ``./locale/<lang>/LC_MESSAGES``
directory. An example of one such file, from Sphinx, ``builders.po``, is
given below.
@@ -193,7 +193,7 @@ pot file to the po file, use the :command:`sphinx-intl update` command.
.. code-block:: console
$ sphinx-intl update -p _build/locale
$ sphinx-intl update -p _build/gettext
Using Transifex service for team translation