fix(tools, crowdin): do not skip downloading untranslated files (#40922)
This commit is contained in:
@ -12,8 +12,8 @@ jobs:
|
|||||||
- name: Checkout Source Files
|
- name: Checkout Source Files
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
##### Chinese Download #####
|
##### Download #####
|
||||||
- name: Crowdin Download for Chinese Translations
|
- name: Crowdin Download for Translations
|
||||||
uses: crowdin/github-action@master
|
uses: crowdin/github-action@master
|
||||||
# options: https://github.com/crowdin/github-action/blob/master/action.yml
|
# options: https://github.com/crowdin/github-action/blob/master/action.yml
|
||||||
with:
|
with:
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
# downloads
|
# downloads
|
||||||
download_translations: true
|
download_translations: true
|
||||||
skip_untranslated_files: true
|
skip_untranslated_files: false
|
||||||
export_only_approved: true
|
export_only_approved: true
|
||||||
|
|
||||||
commit_message: 'chore(i8n,learn): processed translations'
|
commit_message: 'chore(i8n,learn): processed translations'
|
||||||
|
Reference in New Issue
Block a user