From 472e26c02030bdbfc3044f57f053bc9bc5ff7f36 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Wed, 2 Jul 2025 15:36:19 -0400 Subject: [PATCH] fix: crowdin --- .github/workflows/crowdin-upload.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/crowdin-upload.yml b/.github/workflows/crowdin-upload.yml index 824e6b45b..17cc4109b 100644 --- a/.github/workflows/crowdin-upload.yml +++ b/.github/workflows/crowdin-upload.yml @@ -42,7 +42,7 @@ jobs: - name: Upload to Crowdin # Only upload to Crowdin on pushes to main/master branches if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') - uses: crowdin/github-action@v1 + uses: crowdin/github-action@v2 with: upload_sources: true upload_translations: false @@ -53,10 +53,7 @@ jobs: source: | .github/translations/unraid-webgui-js.po .github/translations/unraid-webgui.po - translation: | - translations/%locale%/webgui-js.po - translations/%locale%/webgui.po - + emhttp/languages/en_US/helptext.txt env: CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}