From bdc7c3eef16fd2d5431be19f40828696e63f7ecc Mon Sep 17 00:00:00 2001 From: GitHub Action's update-translation job Date: Wed, 30 Oct 2024 23:38:05 +0000 Subject: [PATCH] Update translation from Transifex --- README.md | 2 +- tutorial/classes.po | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e61a49822..3f0f39443 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow ![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''') ]]] --> ![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg) -![67.07% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-67.07%25-0.svg) +![67.10% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-67.10%25-0.svg) ![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.63%25-0.svg) ![23 tłumaczy](https://img.shields.io/badge/tłumaczy-23-0.svg) diff --git a/tutorial/classes.po b/tutorial/classes.po index 7e91a3769..c59215e01 100644 --- a/tutorial/classes.po +++ b/tutorial/classes.po @@ -691,6 +691,11 @@ msgid "" "print(x.counter)\n" "del x.counter" msgstr "" +"x.counter = 1\n" +"while x.counter < 10:\n" +" x.counter = x.counter * 2\n" +"print(x.counter)\n" +"del x.counter" msgid "" "The other kind of instance attribute reference is a *method*. A method is a "