@@ -261,7 +261,7 @@ through the following resources from the Transifex documentation:
261261 A group of documents with basic information.
262262
263263Within the organization, a project for translating the
264- ` python-docs-theme < https://github.com/ python/python-docs-theme >`_ can also be
264+ :github: ` Python Docs Sphinx Theme < python/python-docs-theme> ` can also be
265265found.
266266For further information about Transifex see our `documentation <https://python-docs-transifex-automation.readthedocs.io/ >`_.
267267
@@ -294,18 +294,17 @@ your languages coordination team.
294294
295295.. _python-docs-theme-i18n :
296296
297- How do I translate `` python-docs-theme `` ?
298- -----------------------------------------
297+ How do I translate the Python Docs Sphinx Theme ?
298+ ------------------------------------------------
299299
300- The Sphinx theme for the Python documentation supports internationalization .
300+ The Sphinx theme for the Python documentation supports localization .
301301
302302You can translate either on
303303`Transifex <https://explore.transifex.com/python-doc/python-docs-theme/ >`_
304304(see :ref: `translating on Transifex <transifex-use >` for more information)
305305or locally by following the steps outlined below.
306306
307- To translate locally, clone the ``python-docs-theme ``
308- `repository <https://github.com/python/python-docs-theme >`_ and run the following
307+ To translate locally, clone the :github: `Python Docs Sphinx Theme repository <python/python-docs-theme> ` and run the following
309308commands to generate the PO files. Replace ``LANG `` with the same language code
310309that is used for the docs translation:
311310
@@ -321,7 +320,7 @@ The file can then be found at:
321320 python-docs-theme/locale/LANG/LC_MESSAGES/python-docs-theme.po
322321
323322 After translating, submit your PO file via a pull request to the
324- `repository <https://github.com/ python/python-docs-theme >`_ .
323+ :github: `repository <python/python-docs-theme> `.
325324See our :ref: `git-boot-camp ` for more information about using Git.
326325
327326To update an existing translation after source changes, run:
0 commit comments