Skip to content

Commit f0ca13a

Browse files
Review
1 parent 7d5af8c commit f0ca13a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

documentation/translations/translating.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -288,16 +288,16 @@ Translation FAQ
288288
How do I build a docs translation?
289289
----------------------------------
290290

291-
To build a documentation translation, you need to have Python installed, a
292-
local copy of the :github:`CPython repository <python/cpython>` and your
293-
translation's repository (see table above). The PO files must be placed
294-
in a ``locales/LANG/LC_MESSAGES/`` (replacing ``LANG`` with your translation's
295-
language code) folder inside the ``Doc/`` directory of the CPython repository.
291+
To build a documentation translation, you need to have Python installed and a
292+
local copy of the :github:`CPython repository <python/cpython>` and
293+
translation repository (see table above). The PO files must be placed
294+
in a :samp:`locales/{LANG}/LC_MESSAGES/` (replacing :samp:`{LANG}` with the translation's
295+
language code) folder inside the :file:`Doc/` directory of the CPython repository.
296296

297297
You can then build with :ref:`make <doc-build-make>` by adding
298-
a ``SPHINXOPTS="-D language=LANG"`` argument before the target
298+
a ``SPHINXOPTS="-D language=LANG"`` variable before the target
299299
or by using :ref:`Sphinx directly <doc-build-sphinx>` and adding a
300-
``-D language=LANG`` argument. For example:
300+
``-D language=LANG`` option. For example:
301301

302302
.. code-block:: bash
303303

0 commit comments

Comments
 (0)