|
1 | 1 | Python Docs Transifex Automations documentation
|
2 | 2 | ===============================================
|
3 | 3 |
|
4 |
| -Scripts and procedures for maintaining Python_ documentation translation infrastructure under python-doc_ organization in Transifex_. |
| 4 | +For translators |
| 5 | +--------------- |
5 | 6 |
|
6 |
| -Source strings are updated using continuous integration workflow under *.github/workflows*. Details: |
| 7 | +If you are new to translating on Transifex_ please read our |
| 8 | +:doc:`guide for new translators <new-translators>`. |
| 9 | + |
| 10 | +For translation coordinators |
| 11 | +---------------------------- |
| 12 | + |
| 13 | +In this documentation you can find guides for setting up and maintaining your |
| 14 | +(Transifex enhanced) translation repository. |
| 15 | + |
| 16 | +You can also find `Scripts <https://github.com/python-docs-translations/transifex-automation/tree/main/scripts>`_ |
| 17 | +and procedures for maintaining Python_ docs translation infrastructure |
| 18 | +under the python-doc_ organization in Transifex_. |
| 19 | + |
| 20 | +Source strings are updated using a continuous integration workflow under |
| 21 | +`.github/workflows <https://github.com/python-docs-translations/transifex-automation/tree/main/.github/workflows>`_. |
| 22 | +Details: |
7 | 23 |
|
8 | 24 | - Run weekly
|
9 | 25 | - Run for releases in beta, release candidate, stable, bugfixes and security-fixes status; alpha or EOL are excluded;
|
10 |
| -- It DOES NOT store translations to be used by the published documentation; |
11 |
| - |
12 |
| -See docs_ directory for more information on this project maintenance. |
| 26 | +- It **DOES NOT** store translations to be used by the published documentation; |
13 | 27 |
|
14 |
| -See Translating_ in Python Developer's Guide for more information. |
| 28 | +See also Translating_ in the Python Developer's Guide for more information. |
15 | 29 |
|
16 | 30 | .. _Python: https://www.python.org
|
17 | 31 | .. _python-doc: https://app.transifex.com/python-doc/
|
|
0 commit comments