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