From bacffa2760145467db9ca4439a1ed5372b12f4a7 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Wed, 25 Feb 2026 01:59:35 +0500 Subject: [PATCH] Update crowdin.yml --- .github/workflows/crowdin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 8e98c40d4..1a1e3dfe1 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -101,6 +101,7 @@ jobs: download_translations: true config: crowdin.yml download_language: ${{ matrix.language }} + localization_branch_name: translations create_pull_request: false skip_untranslated_files: true commit_message: "[translation] New translations (${{ matrix.language }})" @@ -144,7 +145,7 @@ jobs: ${{ runner.os }}-crowdin-cache-${{ github.ref_name }}- - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: crowdin/github-action@v2.15.0 with: upload_sources: true upload_translations: false