This commit is contained in:
Core 2022-09-20 16:58:50 +01:00
parent 91e58ece44
commit c359c71d20
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -84,7 +84,7 @@ jobs:
download_translations: true
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
source: '/src/i18n/source/%locale_with_underscore%.json'
source: '/src/i18n/source/en_US.json'
translation: '/src/i18n/%locale_with_underscore%.json'
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}