Skip to content

Commit 5f926cd

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 7d9cb61 commit 5f926cd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Polskie tłumaczenie dokumentacji Pythona
22
========================================
33
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg)
4-
![50.40% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-50.40%25-0.svg)
4+
![50.39% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-50.39%25-0.svg)
55
![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)
66
![18 tłumaczy](https://img.shields.io/badge/tłumaczy-18-0.svg)
77

tutorial/classes.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2022-12-12 16:17+0000\n"
16+
"POT-Creation-Date: 2022-12-24 16:15+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
1818
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2022\n"
1919
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -728,8 +728,8 @@ msgstr ""
728728

729729
msgid ""
730730
"Sometimes it is useful to have a data type similar to the Pascal \"record\" "
731-
"or C \"struct\", bundling together a few named data items. An empty class "
732-
"definition will do nicely::"
731+
"or C \"struct\", bundling together a few named data items. The idiomatic "
732+
"approach is to use :mod:`dataclasses` for this purpose::"
733733
msgstr ""
734734

735735
msgid ""

0 commit comments

Comments
 (0)