Support translation branches in Crowdin (#32174)

This commit is contained in:
Claire 2024-09-30 19:32:23 +02:00
commit deee164acf
2 changed files with 70 additions and 1 deletions

View file

@ -31,7 +31,7 @@ jobs:
upload_sources: true
upload_translations: false
download_translations: false
crowdin_branch_name: main
crowdin_branch_name: ${{ github.base_ref || github.ref_name }}
env:
CROWDIN_PROJECT_ID: ${{ vars.CROWDIN_PROJECT_ID }}