File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
documentation/translations Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -288,16 +288,16 @@ Translation FAQ
288288How 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
297297You 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
299299or 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
You can’t perform that action at this time.
0 commit comments