We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5aa03 commit 213a4e9Copy full SHA for 213a4e9
documentation/translations/translating.rst
@@ -291,7 +291,7 @@ How do I build a docs translation?
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 your
293
translation's repository (see table above). The PO files must be placed
294
-in a ``locale/LANG/LC_MESSAGES/`` (replacing ``LANG`` with your translation's
+in a ``locales/LANG/LC_MESSAGES/`` (replacing ``LANG`` with your translation's
295
language code) folder inside the ``Doc/`` directory of the CPython repository.
296
297
You can then build with :ref:`make <doc-build-make>` by adding
0 commit comments