Skip to content

Commit 2318d3a

Browse files
authored
Reenable pulling translations (#110)
* Revert "Disable workflow temporarily" This reverts commit a49bac0. * Revert "Add a notice to temporarily refrain from translating (#105)" This reverts commit f1e6e31. * Revert "Temporarily exclude versions with bad translation propagations from workflows (#107)" This reverts commit b517e7e.
1 parent e02d7d1 commit 2318d3a

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Translation and Linting Workflow
22

33
on:
4+
schedule:
5+
- cron: '0 * * * *'
46
push:
57
branches:
68
- '*'
@@ -12,7 +14,7 @@ jobs:
1214
strategy:
1315
fail-fast: false
1416
matrix:
15-
version: [3.14, 3.13, 3.12, 3.9]
17+
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
1618
steps:
1719
- uses: styfle/cancel-workflow-action@main
1820
with:
@@ -68,7 +70,7 @@ jobs:
6870
strategy:
6971
fail-fast: false
7072
matrix:
71-
version: [3.14, 3.13, 3.12]
73+
version: [3.14, 3.13, 3.12, 3.11]
7274
needs: ['update']
7375
continue-on-error: true
7476
steps:
@@ -87,7 +89,7 @@ jobs:
8789
strategy:
8890
fail-fast: false
8991
matrix:
90-
version: [3.14, 3.13, 3.12, 3.9]
92+
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
9193
format: [html, latex, epub]
9294
needs: ['update']
9395
steps:
@@ -119,7 +121,7 @@ jobs:
119121
runs-on: ubuntu-latest
120122
strategy:
121123
matrix:
122-
version: [3.14, 3.13, 3.12, 3.9]
124+
version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9]
123125
needs: ['build']
124126
steps:
125127
- uses: actions/download-artifact@master

README.en.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1919
![2 Translators](https://img.shields.io/badge/Translators-2-0.svg)
2020
<!-- [[[end]]] -->
2121

22-
[*Przeczytaj to w języku polskim*](README.md)
23-
24-
> [!IMPORTANT]
25-
> Please temporarily refrain from translating on the Transifex platform, the changes made will most probably be lost.
26-
> [More information.](https://discuss.python.org/t/transifex-translations-are-currently-broken)
22+
*Przeczytaj to w innym języku: [polski](README.md)*
2723

2824
**I found a mistake, what do I do?**
2925

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1919
![2 tłumaczy](https://img.shields.io/badge/tłumaczy-2-0.svg)
2020
<!-- [[[end]]] -->
2121

22-
[*Read this in English*](README.en.md)
23-
24-
> [!IMPORTANT]
25-
> Prosimy o tymczasowe powstrzymanie się od tłumaczenia na platformie Transifex, wprowadzone zmiany najprawdopodobniej przepadną.
26-
> [Więcej informacji.](https://discuss.python.org/t/transifex-translations-are-currently-broken)
22+
*Read this in another language: [English](README.en.md)*
2723

2824
**Znalazłem błąd, co mam zrobić?**
2925

0 commit comments

Comments
 (0)