diff options
| author | Grey Li <withlihui@gmail.com> | 2021-05-27 17:28:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-27 17:28:10 +0800 |
| commit | 6a0dae08d0b4dceda4d1b88ce30cc9bd8297671a (patch) | |
| tree | c46f02ca446d623894cc211f4cc74011a53fd1bb /doc/usage/advanced | |
| parent | 830b3fbe2babcc8df33f767ce3a406b16c0cac1c (diff) | |
| download | sphinx-git-6a0dae08d0b4dceda4d1b88ce30cc9bd8297671a.tar.gz | |
Fix typo in doc/intl.rst
The pot files are in the gettext folder instead of locale folder.
Diffstat (limited to 'doc/usage/advanced')
| -rw-r--r-- | doc/usage/advanced/intl.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/advanced/intl.rst b/doc/usage/advanced/intl.rst index 976b26727..3bf353e8d 100644 --- a/doc/usage/advanced/intl.rst +++ b/doc/usage/advanced/intl.rst @@ -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 |
