From a6a85520da4538e7b3e60710f4f6a830f79a1cf2 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 1 Mar 2026 04:19:23 +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 86e339dfe..0451a99b6 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 || '' }} + download_language: ${{ github.event.inputs.download_language == 'all' && '' || 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') }}