From af08a4b5f625b6652979de439d15a32aa7a3206b Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 1 Mar 2026 04:12:46 +0500 Subject: [PATCH] Update crowdin.yml --- .github/workflows/crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index e58aa637e..86e339dfe 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -114,7 +114,7 @@ jobs: import_eq_suggestions: true skip_untranslated_files: true download_translations: ${{ github.event.inputs.operation == 'download' || github.event.inputs.operation == 'both' || github.event_name == 'schedule' }} - download_language: ${{ github.event.inputs.download_language || 'all' }} + download_language: ${{ github.event.inputs.download_language || '' }} config: crowdin.yml localization_branch_name: ${{ steps.set_branch.outputs.branch_name }} create_pull_request: ${{ (github.event.inputs.skip_pr != 'true' || github.event.inputs.skip_pr == '') && ((github.event.inputs.operation == 'download' || github.event.inputs.operation == 'both') || github.event_name == 'schedule') }}