From 8cff03af0f348b882d5387a36e88430bedda9b50 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Sun, 21 Sep 2025 07:51:13 +0200 Subject: [PATCH 1/3] Revert "Disable workflow temporarily" This reverts commit a49bac011c817d11e748b8a0ab54ef8fe67bd656. --- .github/workflows/update-lint-and-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-lint-and-build.yml b/.github/workflows/update-lint-and-build.yml index 618aa5682..afc43600a 100644 --- a/.github/workflows/update-lint-and-build.yml +++ b/.github/workflows/update-lint-and-build.yml @@ -1,6 +1,8 @@ name: Translation and Linting Workflow on: + schedule: + - cron: '0 * * * *' push: branches: - '*' From 9f11caea61cd2ba7eeaf3d37dd89bb71a42bcbca Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Sun, 21 Sep 2025 07:51:24 +0200 Subject: [PATCH 2/3] Revert "Add a notice to temporarily refrain from translating (#105)" This reverts commit f1e6e31e31f5db0a5c396a79cb5213a78ddac13d. --- README.en.md | 6 +----- README.md | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.en.md b/README.en.md index faca0cfb2..6d372a7d0 100644 --- a/README.en.md +++ b/README.en.md @@ -19,11 +19,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update- ![5 Translators](https://img.shields.io/badge/Translators-5-0.svg) -[*Przeczytaj to w języku polskim*](README.md) - -> [!IMPORTANT] -> Please temporarily refrain from translating on the Transifex platform, the changes made will most probably be lost. -> [More information.](https://discuss.python.org/t/transifex-translations-are-currently-broken) +*Przeczytaj to w innym języku: [polski](README.md)* **I found a mistake, what do I do?** diff --git a/README.md b/README.md index 13b354e62..1c0c1372c 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update- ![5 tłumaczy](https://img.shields.io/badge/tłumaczy-5-0.svg) -[*Read this in English*](README.en.md) - -> [!IMPORTANT] -> Prosimy o tymczasowe powstrzymanie się od tłumaczenia na platformie Transifex, wprowadzone zmiany najprawdopodobniej przepadną. -> [Więcej informacji.](https://discuss.python.org/t/transifex-translations-are-currently-broken) +*Read this in another language: [English](README.en.md)* **Znalazłem błąd, co mam zrobić?** From c2f25d952a6f0642dd34bc18813e567ffcdf7abd Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Sun, 21 Sep 2025 07:51:36 +0200 Subject: [PATCH 3/3] Revert "Temporarily exclude versions with bad translation propagations from workflows (#107)" This reverts commit b517e7e6cc5aada555f5046eb22dbb7c9ea4f9de. --- .github/workflows/update-lint-and-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-lint-and-build.yml b/.github/workflows/update-lint-and-build.yml index afc43600a..117f89ec0 100644 --- a/.github/workflows/update-lint-and-build.yml +++ b/.github/workflows/update-lint-and-build.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.14, 3.13, 3.12, 3.9] + version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9] steps: - uses: styfle/cancel-workflow-action@main with: @@ -70,7 +70,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.14, 3.13, 3.12] + version: [3.14, 3.13, 3.12, 3.11] needs: ['update'] continue-on-error: true steps: @@ -89,7 +89,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.14, 3.13, 3.12, 3.9] + version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9] format: [html, latex, epub] needs: ['update'] steps: @@ -121,7 +121,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [3.14, 3.13, 3.12, 3.9] + version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9] needs: ['build'] steps: - uses: actions/download-artifact@master