File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
documentation/translations Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,8 @@ Translation FAQ
288288How do I build a docs translation?
289289----------------------------------
290290
291- To build a documentation translation, you need to have Python installed and a
291+ To build a documentation translation for a specific language,
292+ you need to have Python installed and a
292293local copy of the :github: `CPython repository <python/cpython> ` and
293294translation repository (see table above). The PO files must be placed
294295in a :samp: `locales/{ LANG } /LC_MESSAGES/ ` (replacing :samp: `{ LANG } ` with the translation's
@@ -303,6 +304,7 @@ or by using :ref:`Sphinx directly <doc-build-sphinx>` and adding a
303304
304305 # build the html format of the Polish translation using make
305306 make SPHINXOPTS=" -D language=pl" html
307+
306308 # build the html format of the Romanian translation using Sphinx directly
307309 python -m sphinx -b html . build/html -D language=ro
308310
You can’t perform that action at this time.
0 commit comments