diff --git a/.github/workflows/lokalise-download.yml b/.github/workflows/lokalise-download.yml index 71b3a68d..d52a8d0f 100644 --- a/.github/workflows/lokalise-download.yml +++ b/.github/workflows/lokalise-download.yml @@ -15,7 +15,7 @@ jobs: VAR_LOKALISE_PROJECT_ID: ${{ secrets.LOKALISE_PROJECT_ID }} VAR_LANGUAGES: zh_CN,cs,da,nl,en_au,en_GB,fr,de,hu_HU,it,ko_KR,nb,pl,pt_BR,pt_PT,ru_RU,sl_SI,sr,sr_Latn,es,sv_SE,uk_UA run: | - ./bin/lokalise2 --token ${{ env.VAR_LOKALISE_API_TOKEN }} --project-id ${{ env.VAR_LOKALISE_PROJECT_ID }} file download --filter-langs ${{ env.VAR_LANGUAGES }} --format json --export-empty-as skip --export-sort first_added --placeholder-format printf --plural-format array --indentation 4sp --directory-prefix src/translations + ./bin/lokalise2 --token ${{ env.VAR_LOKALISE_API_TOKEN }} --project-id ${{ env.VAR_LOKALISE_PROJECT_ID }} file download --filter-langs ${{ env.VAR_LANGUAGES }} --format json --export-empty-as skip --export-sort first_added --placeholder-format printf --plural-format array --indentation 4sp --directory-prefix src/translations --replace-breaks=false - name: Create Pull Request env: GH_TOKEN: ${{ github.token }}