From f5e66ac57913eecb87abda77b00e98da45f237c9 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 15 Jul 2026 20:52:46 +1000 Subject: [PATCH] chore: upgrade action-translation to v0.16.1 (zh-cn, fa, fr) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit zh-cn and fa move v0.15.0 -> v0.16.1; fr moves v0.16.0 -> v0.16.1. For zh-cn and fa this is also the Sonnet 4.6 -> Sonnet 5 default model change from v0.16.0, which they had not picked up. Validated before this bump: the 26-scenario e2e harness ran v0.16.1 + Sonnet 5 against both zh-cn and fa, producing correct PRs for all 26 in each language, and quality was graded against the December Sonnet 4.5 baseline — 9.4/10 translation and 10/10 diff, versus 9.5 and 10 for the baseline. Also in v0.16.1: API pagination (PRs touching >30 files were silently synced in part), truncation detection (a cut-off translation was committed rather than failing), an empty-response guard, and the French typography fix for footnote/link-reference definitions. See QuantEcon/action-translation#83 and the v0.16.1 release notes. Co-Authored-By: Claude Fable 5 --- .github/workflows/sync-translations-fa.yml | 2 +- .github/workflows/sync-translations-fr.yml | 2 +- .github/workflows/sync-translations-zh-cn.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-translations-fa.yml b/.github/workflows/sync-translations-fa.yml index 1975b484..53f6f345 100644 --- a/.github/workflows/sync-translations-fa.yml +++ b/.github/workflows/sync-translations-fa.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 2 - - uses: QuantEcon/action-translation@v0.15.0 + - uses: QuantEcon/action-translation@v0.16.1 with: mode: sync target-repo: QuantEcon/lecture-python-programming.fa diff --git a/.github/workflows/sync-translations-fr.yml b/.github/workflows/sync-translations-fr.yml index 062ab664..ffcf65ed 100644 --- a/.github/workflows/sync-translations-fr.yml +++ b/.github/workflows/sync-translations-fr.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 2 - - uses: QuantEcon/action-translation@v0.16.0 + - uses: QuantEcon/action-translation@v0.16.1 with: mode: sync target-repo: QuantEcon/lecture-python-programming.fr diff --git a/.github/workflows/sync-translations-zh-cn.yml b/.github/workflows/sync-translations-zh-cn.yml index 38252afb..af28c33d 100644 --- a/.github/workflows/sync-translations-zh-cn.yml +++ b/.github/workflows/sync-translations-zh-cn.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 2 - - uses: QuantEcon/action-translation@v0.15.0 + - uses: QuantEcon/action-translation@v0.16.1 with: mode: sync target-repo: QuantEcon/lecture-python-programming.zh-cn