From b5e1874ced25ee4e47bab6cd2cbe92bb1009bccb Mon Sep 17 00:00:00 2001 From: Lucas Smith Date: Sun, 1 Mar 2026 13:12:31 +1100 Subject: [PATCH] fix: remove remaining double-dash issues in CI and docs The translate:compile CI scripts had a double `--` that would pass a spurious `--` to lingui. CLAUDE.md still referenced the old `with:env --` pattern. --- .github/workflows/translations-pull.yml | 2 +- .github/workflows/translations-upload.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translations-pull.yml b/.github/workflows/translations-pull.yml index 6f63980d9..96781199f 100644 --- a/.github/workflows/translations-pull.yml +++ b/.github/workflows/translations-pull.yml @@ -29,7 +29,7 @@ jobs: - name: Compile translations id: compile_translations - run: pnpm run translate:compile -- -- --strict + run: pnpm run translate:compile -- --strict continue-on-error: true - name: Pull translations from Crowdin diff --git a/.github/workflows/translations-upload.yml b/.github/workflows/translations-upload.yml index abbf5379d..8d727acea 100644 --- a/.github/workflows/translations-upload.yml +++ b/.github/workflows/translations-upload.yml @@ -78,7 +78,7 @@ jobs: - name: Compile translations id: compile_translations - run: pnpm run translate:compile -- -- --strict + run: pnpm run translate:compile -- --strict continue-on-error: true - name: Upload missing translations