10000 Update `translations/coordinating.rst` by StanFromIreland · Pull Request #1587 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Update translations/coordinating.rst #1587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
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
Prev Previous commit
Next Next commit
Hugo's Review
  • Loading branch information
StanFromIreland committed Jun 27, 2025
8000
commit acdfd0a425c3b935421f7b44e79f9805962cb514
26 changes: 13 additions & 13 deletions documentation/translations/coordinating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ found on this page and in :PEP:`545`. Translations are overseen by the

.. _translation-help:

Communication/Help channels
Communication/help channels
===========================

Discussions about translations occur on the Python Docs Discord
Expand All @@ -22,11 +22,10 @@ For administrative issues, ping ``@python/editorial-board``.
Starting a new translation
==========================

Coordination is not a once-off task, it is a long term commitment. Before
Coordination is not a one-off task, it is a long-term commitment. Before
you start your translation, carefully consider if you will be able to commit
to this.
Every coordinator should be familiar with translating, for this you should see
:ref:`translating`.
Every coordinator should be familiar with translating: see :ref:`translating`.

The following sections will guide you through setting up your translation.
If you have any questions or need help, ask in one of the
Expand All @@ -36,9 +35,9 @@ If you have any questions or need help, ask in one of the
Announcement
------------

You should post an announcement introducing yourself and the translation you're
starting on `Discourse <trans_disc>`_. You should also join the other communication
channels if possible.
Post an announcement introducing yourself and the translation you're
starting on `Discourse <trans_disc>`_. Also join the other communication
channels, if possible.


Coordination team
Expand All @@ -57,28 +56,29 @@ Translation team
.. figure:: translator-workload.svg
:class: invert-in-dark-mode
:align: center
:alt: Translator workload chart
:alt: An exaggerated chart showing that individual translator workload
decreases with the amount of translators.


Gather people to help you translate. You can't do it alone.
You should update :ref:`this table <translation-coordinators>` via a PR to make
Update :ref:`this table <translation-coordinators>` via a PR to make
your translation easier to find. In the entry you can also include links to
guides or other resources for translators.


Repository
----------

To start your translation you should create a GitHub repository, under any
account, with the correct git hierarchy and folder structure. This can be done
To start your translation create a GitHub repository, under any
account, with the correct Git hierarchy and folder structure. This can be done
in several ways, and will dictate the translation process you use.

The branch name should be the version, for example, ``3.14``, and the files
should be structured like the source files in `CPython/Doc <https://github.com/python/cpython/tree/main/Doc>`_.
A correctly set up repository should look like this: `python-docs-pl <https://github.com/python/python-docs-pl/>`_
A correctly set up repository looks like this: `python-docs-pl <https://github.com/python/python-docs-pl/>`_


Cookiecutter/Bootstrapper
Cookiecutter/bootstrapper
~~~~~~~~~~~~~~~~~~~~~~~~~

Then you can bootstrap your new translation by using the `cookiecutter
Expand Down
Loading
0