diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index ac043cea02..50df67ba14 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -21,10 +21,18 @@ jobs: - name: crowdin action uses: crowdin/github-action@v1.13.0 with: + # upload sources upload_sources: true + + # upload translations (& auto-approve 'em) + upload_translations_args: '--auto-approve-imported' upload_translations: true - download_translations: true push_translations: true + + # download translations + download_translations: true + + # GH config commit_message: "New Crowdin translations by Github Action" localization_branch_name: main create_pull_request: false