Skip to content

Commit 213a4e9

Browse files
Use documented default instead
`locale/` works, but `locales/` is documented. Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent 1e5aa03 commit 213a4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/translations/translating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ How do I build a docs translation?
291291
To build a documentation translation, you need to have Python installed, and a
292292
local copy of the :github:`CPython repository <python/cpython>` and your
293293
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
294+
in a ``locales/LANG/LC_MESSAGES/`` (replacing ``LANG`` with your translation's
295295
language code) folder inside the ``Doc/`` directory of the CPython repository.
296296

297297
You can then build with :ref:`make <doc-build-make>` by adding

0 commit comments

Comments
 (0)