Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddbdf4c

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 38345b4 commit ddbdf4c

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

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-
![55.83% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-55.83%25-0.svg)
18+
![55.85% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-55.85%25-0.svg)
1919
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.16%25-0.svg)
2020
![23 tłumaczy](https://img.shields.io/badge/tłumaczy-23-0.svg)
2121
<!-- [[[end]]] -->

tutorial/controlflow.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,10 @@ msgid ""
701701
"Point(x=1, y=var)\n"
702702
"Point(y=var, x=1)"
703703
msgstr ""
704+
"Point(1, var)\n"
705+
"Point(1, y=var)\n"
706+
"Point(x=1, y=var)\n"
707+
"Point(y=var, x=1)"
704708

705709
msgid ""
706710
"A recommended way to read patterns is to look at them as an extended form of "

whatsnew/3.10.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,10 @@ msgid ""
755755
"Point(x=1, y=var)\n"
756756
"Point(y=var, x=1)"
757757
msgstr ""
758+
"Point(1, var)\n"
759+
"Point(1, y=var)\n"
760+
"Point(x=1, y=var)\n"
761+
"Point(y=var, x=1)"
758762

759763
msgid "Nested patterns"
760764
msgstr ""

0 commit comments

Comments
 (0)