Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/translations/coordinating.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
============
Coordinating
============
Expand Down Expand Up @@ -142,7 +142,7 @@

- ``bugs.po``, with proper links to the language repository issue tracker
- all files in the ``tutorial/`` folder
- ``library/functions.po``, the page documenting builtins
- ``builtins/functions.po``

the translation can be added to the language switcher. This can be done with a
pull request to docsbuild-scripts_, like `this commit <https://github.com/python/docsbuild-scripts/commit/e4a8aff9772738a63d0945042777d18c3d926930>`__
Expand All @@ -167,7 +167,7 @@
``https://github.com/python/python-docs-{LANGUAGE_TAG}``

- Translations having completed ``bugs``, ``tutorial/``
and ``library/functions`` are added to the language switcher.
and ``builtins/functions`` are added to the language switcher.


Translating Sphinx
Expand Down
Loading