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.
This commit is contained in:
Lucas Smith
2026-03-01 13:12:31 +11:00
parent 0b8d107291
commit b5e1874ced
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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