Skip to content

Commit bf8cf4d

Browse files
Carol's suggestions
1 parent f0ca13a commit bf8cf4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documentation/translations/translating.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ Translation FAQ
288288
How 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
292293
local copy of the :github:`CPython repository <python/cpython>` and
293294
translation repository (see table above). The PO files must be placed
294295
in 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

0 commit comments

Comments
 (0)