Add / as a prefix for translation

This commit is contained in:
Vankka 2023-07-19 20:34:48 +03:00
parent 65ca1ba978
commit 674ddea340
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
pull_request_title: "New Crowdin translations"
pull_request_body: ""
source: "i18n/build/source.yaml"
translation: "%three_letters_code%.yaml"
translation: "/%three_letters_code%.yaml"
download_translations_args: "--verbose"
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

View File

@ -28,7 +28,7 @@ jobs:
upload_translations: false
download_translations: false
source: "i18n/build/source.yaml"
translation: "%three_letters_code%.yaml"
translation: "/%three_letters_code%.yaml"
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
env: