Skip to content

Commit 4e4724e

Browse files
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 6cf0bf5 commit 4e4724e

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

documentation/translations/coordinating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Translating Sphinx
175175
Some messages that appear in the docs must be translated in the
176176
`Sphinx project <https://www.sphinx-doc.org/en/master/internals/contributing.html#translations>`__
177177
(`sphinx-doc on Transifex <https://app.transifex.com/sphinx-doc/>`__) or in
178-
the :ref:`python-docs-theme <python-docs-theme-i18n>`.
178+
the :ref:`Python Docs Sphinx Theme <python-docs-theme-i18n>`.
179179
Coordinators should direct some translators there, so that the documentation
180180
is fully translated.
181181

documentation/translations/translating.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ through the following resources from the Transifex documentation:
261261
A group of documents with basic information.
262262

263263
Within 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
265265
found.
266266
For 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

302302
You 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)
305305
or 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
309308
commands to generate the PO files. Replace ``LANG`` with the same language code
310309
that 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>`.
325324
See our :ref:`git-boot-camp` for more information about using Git.
326325

327326
To update an existing translation after source changes, run:

0 commit comments

Comments
 (0)