From caa22587db672c3f0708d6afcefd62e8014914d5 Mon Sep 17 00:00:00 2001 From: Salvialf Date: Tue, 8 Sep 2026 20:35:25 +0200 Subject: [PATCH 1/3] fix(docs): pin paths-filter base to the current branch and bump to v4 - Without an explicit base, dorny/paths-filter defaults to the repository's default branch (beta here), so a push to any other branch (master) falls into its merge-base diff mode instead of comparing against the branch's own previous commit, silently reporting zero changes and skipping publish. - Also bumps dorny/paths-filter to v4 to drop the Node.js 20 deprecation warning (unrelated to the fix above, no documented behavior change). --- .github/workflows/docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f96bbae..5514052 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,9 +23,10 @@ jobs: manual: ${{ github.event_name == 'workflow_dispatch' }} steps: - uses: actions/checkout@v7 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: + base: ${{ github.ref_name }} filters: | fr_fr: - 'docs/fr_FR/**' From 6d5017ba57fccfc569627ad5b8c365ebb2a0d69b Mon Sep 17 00:00:00 2001 From: Salvialf Date: Tue, 8 Sep 2026 20:39:40 +0200 Subject: [PATCH 2/3] docs(changelog): add entry for the new docs translation pipeline --- docs/fr_FR/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/fr_FR/changelog.md b/docs/fr_FR/changelog.md index b280590..ea91179 100644 --- a/docs/fr_FR/changelog.md +++ b/docs/fr_FR/changelog.md @@ -7,6 +7,7 @@ # 08/09/2026 - Nouvelle version stable +- Nouvelle méthode de traduction de la documentation et du changelog # 05/06/2026 From cf79a047cb32b51a51885ea7e5980fed6c876927 Mon Sep 17 00:00:00 2001 From: Salvialf <48010158+Salvialf@users.noreply.github.com> Date: Tue, 8 Sep 2026 18:40:11 +0000 Subject: [PATCH 3/3] chore(docs): update translations --- docs/.translation_memory/de_DE.json | 1 + docs/.translation_memory/en_US.json | 1 + docs/.translation_memory/es_ES.json | 1 + docs/de_DE/changelog.md | 1 + docs/en_US/changelog.md | 1 + docs/es_ES/changelog.md | 1 + 6 files changed, 6 insertions(+) diff --git a/docs/.translation_memory/de_DE.json b/docs/.translation_memory/de_DE.json index da4a778..f994b8a 100644 --- a/docs/.translation_memory/de_DE.json +++ b/docs/.translation_memory/de_DE.json @@ -64,6 +64,7 @@ "Mise à disposition du plugin": "Bereitstellung des Plugins", "Mise à jour de l'icone du plugin": "Aktualisierung des Plugin-Symbols", "Navigation dans les équipements": "Navigation durch die Geräte", + "Nouvelle méthode de traduction de la documentation et du changelog": "Neue Methode zur Übersetzung der Dokumentation und des Changelogs", "Nouvelle version du fichier CGX V1.0.2": "Neue Version der CGX-Datei V1.0.2", "Nouvelle version du fichier CGX V1.0.3": "Neue CGX-Dateiversion V1.0.3", "Nouvelle version du fichier CGX V1.0.5": "Neue Version der CGX-Datei V1.0.5", diff --git a/docs/.translation_memory/en_US.json b/docs/.translation_memory/en_US.json index 937b0ee..376ade2 100644 --- a/docs/.translation_memory/en_US.json +++ b/docs/.translation_memory/en_US.json @@ -64,6 +64,7 @@ "Mise à disposition du plugin": "Provision of the plugin", "Mise à jour de l'icone du plugin": "Plugin icon update", "Navigation dans les équipements": "Browse Devices", + "Nouvelle méthode de traduction de la documentation et du changelog": "New method for translating documentation and the Changelog", "Nouvelle version du fichier CGX V1.0.2": "New version of CGX file V1.0.2", "Nouvelle version du fichier CGX V1.0.3": "New CGX File Version V1.0.3", "Nouvelle version du fichier CGX V1.0.5": "New version of CGX file V1.0.5", diff --git a/docs/.translation_memory/es_ES.json b/docs/.translation_memory/es_ES.json index 18f87b2..3169832 100644 --- a/docs/.translation_memory/es_ES.json +++ b/docs/.translation_memory/es_ES.json @@ -64,6 +64,7 @@ "Mise à disposition du plugin": "Suministro del complemento", "Mise à jour de l'icone du plugin": "Actualización del icono del complemento", "Navigation dans les équipements": "Navegación por los dispositivos", + "Nouvelle méthode de traduction de la documentation et du changelog": "Nuevo método para traducir la documentación y el registro de cambios", "Nouvelle version du fichier CGX V1.0.2": "Nueva versión del archivo CGX V1.0.2", "Nouvelle version du fichier CGX V1.0.3": "Nueva versión de archivo CGX V1.0.3", "Nouvelle version du fichier CGX V1.0.5": "Nueva versión del archivo CGX V1.0.5", diff --git a/docs/de_DE/changelog.md b/docs/de_DE/changelog.md index a442629..2c692fc 100644 --- a/docs/de_DE/changelog.md +++ b/docs/de_DE/changelog.md @@ -7,6 +7,7 @@ # 08/09/2026 - Neue stabile Version +- Neue Methode zur Übersetzung der Dokumentation und des Changelogs # 05/06/2026 diff --git a/docs/en_US/changelog.md b/docs/en_US/changelog.md index a57281a..380ff01 100644 --- a/docs/en_US/changelog.md +++ b/docs/en_US/changelog.md @@ -7,6 +7,7 @@ # 08/09/2026 - New stable version +- New method for translating documentation and the Changelog # 05/06/2026 diff --git a/docs/es_ES/changelog.md b/docs/es_ES/changelog.md index 6a34d5e..14b804d 100644 --- a/docs/es_ES/changelog.md +++ b/docs/es_ES/changelog.md @@ -7,6 +7,7 @@ # 08/09/2026 - Nueva versión estable +- Nuevo método para traducir la documentación y el registro de cambios # 05/06/2026