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

Skip to content

Commit 2c7dc5d

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 92606f7 commit 2c7dc5d

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ 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.85% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-55.85%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.16%25-0.svg)
18+
![55.89% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-55.89%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.17%25-0.svg)
2020
![23 tłumaczy](https://img.shields.io/badge/tłumaczy-23-0.svg)
2121
<!-- [[[end]]] -->
2222

tutorial/controlflow.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,11 @@ msgid ""
784784
" case Point(x, y):\n"
785785
" print(f\"Not on the diagonal\")"
786786
msgstr ""
787+
"match point:\n"
788+
" case Point(x, y) if x == y:\n"
789+
" print(f\"Y=X at {x}\")\n"
790+
" case Point(x, y):\n"
791+
" print(f\"Nie na przekątnej\")"
787792

788793
msgid "Several other key features of this statement:"
789794
msgstr "Kilka innych ważnych funkcjonalności tej instrukcji:"

0 commit comments

Comments
 (0)