From ea2711dcdc23a5ad3964fec20c1f7de5c5be690e Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sun, 25 May 2025 03:07:20 +0800 Subject: [PATCH] misc: update Crowdin config workflow --- .github/workflows/crowdin.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index c8ceb16..24fd2e4 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -22,12 +22,13 @@ jobs: upload_sources: true upload_translations: true download_translations: true - skip_untranslated_files: true + skip_untranslated_files: false + skip_untranslated_strings: true create_pull_request: true localization_branch_name: crowdin_branch pull_request_labels: 'enhancement, documentation' - pull_request_title: '[Translation] Update translation from Crowdin' + pull_request_title: 'opt: sync translation from Crowdin' config: 'crowdin.yml' crowdin_branch_name: main