Skip to content

Commit b9934bb

Browse files
committed
Update translation from Transifex
1 parent 09b593a commit b9934bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Polskie tłumaczenie dokumentacji Pythona
22
========================================
3-
![10.20% language switchera](https://img.shields.io/badge/language_switcher-10.20%25-0.svg)
3+
![10.27% language switchera](https://img.shields.io/badge/language_switcher-10.27%25-0.svg)
44
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/newest)
55

66
[Pomóż tłumaczyć](https://www.transifex.com/python-doc/python-newest/)

tutorial/introduction.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ msgid ""
283283
"Note how the start is always included, and the end always excluded. This "
284284
"makes sure that ``s[:i] + s[i:]`` is always equal to ``s``::"
285285
msgstr ""
286+
"Zwróć uwagę, że początkowy indeks wchodzi w skład podciągu, a końcowy nie. W "
287+
"ten sposób ``s[:i] + s[i:]`` jest zawsze równe ``s``::"
286288

287289
msgid ""
288290
"Slice indices have useful defaults; an omitted first index defaults to zero, "

0 commit comments

Comments
 (0)