From ede9380dfb6b5a0bb1c886eef66f29cccf8373ea Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 1 Mar 2026 04:26:13 +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 0451a99b6..4d6e7f9b1 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' && '' || github.event.inputs.download_language }} + download_language: ${{ (github.event.inputs.download_language == 'all' || github.event.inputs.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') }}