please x2

This commit is contained in:
Core 2022-09-20 17:05:40 +01:00
parent c359c71d20
commit 46e54ff41f
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/en_US.json'
source: '/src/i18n/source/**.*'
translation: '/src/i18n/%locale_with_underscore%.json'
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}