Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 965
Update translation/translators.rst#1576
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
Merged
+257 −64
Merged
Changes from all commits
Commits
Show all changes
9 commits Select commit Hold shift + click to select a range
9ca670a Initial
StanFromIreland 8960469 Rafael's feedback
StanFromIreland b42731a Further updates and amendments
StanFromIreland d4e50f7 Rafael's review
StanFromIreland 7e0bbc7 Carol’s suggestion
StanFromIreland 6f22c65 Maciek's review
StanFromIreland 3b00bdd Reviews
StanFromIreland 487809c Maciek's review + comma
StanFromIreland 0035845 Hugo’s suggestions
StanFromIreland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -2,15 +2,21 @@ | ||
| Coordinating | ||
| ============ | ||
| Information about the Python documentation translation processes is | ||
| found in this devguide and :PEP:`545`. | ||
| Translations are built by `docsbuild-scripts | ||
| <https://github.com/python/docsbuild-scripts/>`__ and hosted on | ||
| docs.python.org. Translations | ||
| are overseen by the `Editorial Board <EB_>`_ | ||
| Starting a new translation | ||
| ========================== | ||
| First subscribe to the `translation mailing list <translation_ml_>`_, | ||
| and introduce yourself and the translation you're starting. Translations | ||
| fall under the aegis of the `PSF Translation Workgroup <translation_wg_>`_ | ||
| and introduce yourself and the translation you're starting. | ||
| Then you can bootstrap your new translation by using `cookiecutter | ||
| <https://github.com/JulienPalard/python-docs-cookiecutter>`__ or | ||
| Then you can bootstrap your new translation by using the `cookiecutter | ||
| <https://github.com/python-docs-translations/python-docs-cookiecutter>`__ or | ||
| `bootstrapper <https://github.com/python-docs-translations/python-docs-bootstrapper>`__. | ||
| The important steps look like this: | ||
| @@ -28,6 +34,16 @@ The important steps look like this: | ||
| your language to be added in the language switcher on docs.python.org. | ||
| How to get help | ||
| =============== | ||
| Discussions about translations occur on the Python Docs Discord | ||
| `#translations channel <https://discord.gg/h3qDwgyzga>`_, `translation | ||
| mailing list <translation_ml_>`_, and the | ||
| `translations category <https://discuss.python.org/c/documentation/translations/>`_ | ||
| of the Python Discourse. | ||
| PEP 545 summary | ||
| =============== | ||
| @@ -50,6 +66,13 @@ Here are the essential points of :PEP:`545`: | ||
| ``https://docs.python.org/{LANGUAGE_TAG}/{VERSION_TAG}/``. | ||
| Transifex | ||
| ========= | ||
| If you need help from a Transifex administrator, open an issue on the | ||
| `tracker <https://github.com/python-docs-translations/transifex-automations/issues>`_. | ||
| Coordinating FAQ | ||
| ================ | ||
| @@ -73,7 +96,9 @@ __ https://github.com/python-docs-translations | ||
| How is a coordinator elected? | ||
| ----------------------------- | ||
| There is no election. Each translation will sort out the number of coordinators. We recommend 2 or 3 coordinators, though you may begin with one. Here are some general suggestions. | ||
| Each translation team will decide on the number of coordinators. | ||
| We recommend two or three coordinators, though you may begin with one. | ||
| Here are some general suggestions. | ||
| - Coordinator requests are to be public on the `translation mailing list <translation_ml_>`_. | ||
| - If the given language has a native core dev, the core dev has input | ||
| @@ -113,11 +138,30 @@ files in the root of the repository using the ``gettext_compact=0`` | ||
| style. | ||
| The entry for my translation is missing/not up to date on this page | ||
| ------------------------------------------------------------------- | ||
| .. XXX Explain necessary folder structure | ||
| Which version of the Python documentation should be translated? | ||
| --------------------------------------------------------------- | ||
| It's best to work on Python's current stable or beta version. You can then | ||
| propagate your translation from one branch to another using :pypi:`pomerge`. | ||
| The entry for my translation is missing or not up to date | ||
| --------------------------------------------------------- | ||
| Ask on the `translation mailing list <translation_ml_>`_, or better, make a PR | ||
| on the `devguide <https://github.com/python/devguide/>`__. | ||
| Is there a Weblate instance we can translate on? | ||
StanFromIreland marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading. Please reload this page. | ||
| ------------------------------------------------ | ||
| There is currently no Weblate instance for Python translations. | ||
| See this `Discourse thread <https://discuss.python.org/t/docs-translation-platform/29940>`_ | ||
| for updates. | ||
| Ask on the `translation mailing list <translation_ml_>`_, or better, make a PR on the `devguide | ||
| <https://github.com/python/devguide/>`__. | ||
| .. _translation_wg: https://wiki.python.org/psf/TranslationWG/Charter | ||
| .. _EB: https://python.github.io/editorial-board/ | ||
| .. _translation_ml: https://mail.python.org/mailman3/lists/translation.python.org/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -3,7 +3,7 @@ Translations | ||
| ============ | ||
| .. toctree:: | ||
| :maxdepth: 2 | ||
| :maxdepth: 3 | ||
| translating | ||
| coordinating | ||
Oops, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.