Skip to content

Commit bdc7c3e

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 5bdb291 commit bdc7c3e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![67.07% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-67.07%25-0.svg)
18+
![67.10% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-67.10%25-0.svg)
1919
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.63%25-0.svg)
2020
![23 tłumaczy](https://img.shields.io/badge/tłumaczy-23-0.svg)
2121
<!-- [[[end]]] -->

tutorial/classes.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,11 @@ msgid ""
691691
"print(x.counter)\n"
692692
"del x.counter"
693693
msgstr ""
694+
"x.counter = 1\n"
695+
"while x.counter < 10:\n"
696+
" x.counter = x.counter * 2\n"
697+
"print(x.counter)\n"
698+
"del x.counter"
694699

695700
msgid ""
696701
"The other kind of instance attribute reference is a *method*. A method is a "

0 commit comments

Comments
 (0)