From f90a652c6609524153802f62352e5d72f164f891 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 17 Jun 2025 15:15:28 +0100 Subject: [PATCH 1/3] Update readme links and hopefully link badge --- README.en.md | 8 ++++---- README.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.en.md b/README.en.md index 21677c795..a714b937c 100644 --- a/README.en.md +++ b/README.en.md @@ -8,7 +8,7 @@ total = progress_from_resources(stats) translators = get_number_of_translators() print( -f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg) +f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml) ![Total Translation of Documentation](https://img.shields.io/badge/Total-{total:.3f}%25-0.svg) ![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''') ]]] --> @@ -48,8 +48,8 @@ The documentation at https://docs.python.org/pl/ is updated around once daily. **Communication Channels** * [Discord Python Polska #dokumentacja](https://discord.gg/QB3h2Sxc) -* [Python Documentation Community](https://docs-community.readthedocs.io/en/latest/) -* [Python Translations Working Group](https://mail.python.org/mailman3/lists/translation.python.org/) +* [Python Documentation Community](https://docs-community.readthedocs.io/) +* [Python translations mailing list](https://mail.python.org/mailman3/lists/translation.python.org/) * [Python Documentation Special Interest Group](https://www.python.org/community/sigs/current/doc-sig/) **License** @@ -66,9 +66,9 @@ You signify your acceptance of this agreement by submitting your work for inclus * `cog -rP README.md` **Useful Materials** +* [Python Developer's Guide: Translating](https://devguide.python.org/documentation/translations/translating/) * [Python docs Transifex: Documentation](https://python-docs-transifex-automation.readthedocs.io/) * [Site Statistics](https://analytics.python.org/docs.python.org?f=contains,page,/pl/) -* [Python Developer's Guide: Documentation](https://devguide.python.org/documentation/) **Similar Translation Projects** * [Projects of the Python Packaging Authority](https://hosted.weblate.org/projects/pypa/-/pl/) diff --git a/README.md b/README.md index 6e8ce2b8f..8a1c53ce2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ total = progress_from_resources(stats) translators = get_number_of_translators() print( -f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg) +f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml) ![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-{total:.3f}%25-0.svg) ![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''') ]]] --> @@ -51,7 +51,7 @@ Dokumentacja na https://docs.python.org/pl/ aktualizowana jest około raz dzienn * [Discord Python Polska #dokumentacja](https://discord.gg/VCyBDGH38e) * [Python Documentation Community](https://docs-community.readthedocs.io/en/latest/) -* [Python translations working group](https://mail.python.org/mailman3/lists/translation.python.org/) +* [Python translations mailing list](https://mail.python.org/mailman3/lists/translation.python.org/) * [Python Documentation Special Interest Group](https://www.python.org/community/sigs/current/doc-sig/) **Licencja** @@ -68,9 +68,9 @@ Wyrażasz akceptację tej umowy przesyłając swoją pracę do włączenia do do * `cog -rP README.md` **Przydatne materiały** +* [Python Developer's Guide: Translating](https://devguide.python.org/documentation/translations/translating/) * [Python docs Transifex: Documentation](https://python-docs-transifex-automation.readthedocs.io/) * [statystyki oglądalności](https://analytics.python.org/docs.python.org?f=contains,page,/pl/) -* [Python Developer's Guide: Documentation](https://devguide.python.org/documentation/) **Podobne projekty** * [projekty Python Packaging Authority](https://hosted.weblate.org/projects/pypa/-/pl/) From 05c8de8b04f5b38ea29e42089b8287cef107365e Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 17 Jun 2025 15:17:56 +0100 Subject: [PATCH 2/3] Force cog --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index a714b937c..709faac6b 100644 --- a/README.en.md +++ b/README.en.md @@ -12,7 +12,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update- ![Total Translation of Documentation](https://img.shields.io/badge/Total-{total:.3f}%25-0.svg) ![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''') ]]] --> -![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg) +[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml) ![Total Translation of Documentation](https://img.shields.io/badge/Total-5.198%25-0.svg) ![24 Translators](https://img.shields.io/badge/Translators-24-0.svg) diff --git a/README.md b/README.md index 8a1c53ce2..0d8c09991 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update- ![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-{total:.3f}%25-0.svg) ![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''') ]]] --> -![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg) +[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml) ![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.198%25-0.svg) ![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg) From d50d001ac49aa8d9d20ddfb6519ce64f8a31a937 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Wed, 18 Jun 2025 16:22:44 +0100 Subject: [PATCH 3/3] Web conflict error resolution is very buggy @github ... --- README.en.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.en.md b/README.en.md index de644ef5b..709faac6b 100644 --- a/README.en.md +++ b/README.en.md @@ -12,11 +12,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update- ![Total Translation of Documentation](https://img.shields.io/badge/Total-{total:.3f}%25-0.svg) ![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''') ]]] --> -<<<<<<< readmes [![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml) -======= -![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg) ->>>>>>> 3.14 ![Total Translation of Documentation](https://img.shields.io/badge/Total-5.198%25-0.svg) ![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)