no
This commit is contained in:
parent
bfdea6089b
commit
c37b86289d
2 changed files with 4 additions and 3 deletions
4
.github/workflows/cider-chores.yml
vendored
4
.github/workflows/cider-chores.yml
vendored
|
@ -82,6 +82,10 @@ jobs:
|
|||
with:
|
||||
upload_translations: true
|
||||
download_translations: true
|
||||
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||
source: '/src/i18n/source/'
|
||||
translation: '/src/i18n/%locale_with_underscore%.json'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
files:
|
||||
- source: /src/i18n/source/
|
||||
translation: /src/i18n/%locale_with_underscore%.json
|
Loading…
Add table
Add a link
Reference in a new issue