Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79fdc6e

Browse files
committed
README and .gitignore after infra revamp#228
1 parent383a38a commit79fdc6e

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

‎.gitignore‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# we want only the PO files
2+
*.mo
3+
*.po~
4+
5+
# cpython checkout shouldn't be added
6+
cpython/
7+
8+
# do not include potodo temporary file
9+
.potodo/

‎README.md‎

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
#Brazilian Portuguese Translation of the Python Documentation
22

3-
##Documentation Contribution Agreement
3+
[![Workflow status badge][workflow_badge]][workflow_url]
4+
[![Translation statistics badge][stats_badge]][transifex_url]
45

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/
2019

21-
You signify acceptance of this agreement by submitting your work to
22-
the PSF for inclusion in the documentation.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp