|
1 | 1 | #Brazilian Portuguese Translation of the Python Documentation |
2 | 2 |
|
3 | | -##Documentation Contribution Agreement |
| 3 | +[![Workflow status badge][workflow_badge]][workflow_url] |
| 4 | +[![Translation statistics badge][stats_badge]][transifex_url] |
4 | 5 |
|
5 | | -NOTE REGARDING THE LICENSE FOR TRANSLATIONS: Python's documentation is |
6 | | -maintained using a global network of volunteers. By posting this |
7 | | -project on Transifex, GitHub, and other public places, and inviting |
8 | | -you to participate, we are proposing an agreement that you will |
9 | | -provide your improvements to Python's documentation or the translation |
10 | | -of Python's documentation for the PSF's use under the CC0 license |
11 | | -(available at |
12 | | -https://creativecommons.org/publicdomain/zero/1.0/legalcode). In |
13 | | -return, you may publicly claim credit for the portion of the |
14 | | -translation you contributed and if your translation is accepted by the |
15 | | -PSF, you may (but are not required to) submit a patch including an |
16 | | -appropriate annotation in the Misc/ACKS or TRANSLATORS file. Although |
17 | | -nothing in this Documentation Contribution Agreement obligates the PSF |
18 | | -to incorporate your textual contribution, your participation in the |
19 | | -Python community is welcomed and appreciated. |
| 6 | +Translation files for[Python 3.7 docs][docs_url]. |
| 7 | + |
| 8 | +See list of incomplete translations in the[potodo.md][potodo] file. |
| 9 | + |
| 10 | +See[main][main] branch for scripts, docs, license and more info. |
| 11 | + |
| 12 | +[main]:https://github.com/python/python-docs-pt-br/tree/3.7 |
| 13 | +[potodo]:potodo.md?plain=1 |
| 14 | +[docs_url]:https://docs.python.org/pt-br/3.7/ |
| 15 | +[workflow_badge]:https://github.com/python/python-docs-pt-br/workflows/python-37/badge.svg |
| 16 | +[workflow_url]:https://github.com/python/python-docs-pt-br/actions?workflow=python-37 |
| 17 | +[stats_badge]:https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-pt-br%2Fraw%2F3.7%2Fstats.json&query=translation&label=pt_BR |
| 18 | +[transifex_url]:https://app.transifex.com/python-doc/python-newest/ |
20 | 19 |
|
21 | | -You signify acceptance of this agreement by submitting your work to |
22 | | -the PSF for inclusion in the documentation. |