Skip to content

Commit

Permalink
Update translation from Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action's update-translation job committed Oct 30, 2024
1 parent 5bdb291 commit bdc7c3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
]]] -->
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
![67.07% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-67.07%25-0.svg)
![67.10% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-67.10%25-0.svg)
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.63%25-0.svg)
![23 tłumaczy](https://img.shields.io/badge/tłumaczy-23-0.svg)
<!-- [[[end]]] -->
Expand Down
5 changes: 5 additions & 0 deletions tutorial/classes.po
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,11 @@ msgid ""
"print(x.counter)\n"
"del x.counter"
msgstr ""
"x.counter = 1\n"
"while x.counter < 10:\n"
" x.counter = x.counter * 2\n"
"print(x.counter)\n"
"del x.counter"

msgid ""
"The other kind of instance attribute reference is a *method*. A method is a "
Expand Down

0 comments on commit bdc7c3e

Please sign in to comment.