fix(tools, crowdin): do not skip downloading untranslated files (#40922)

This commit is contained in:
Randell Dawson
2021-02-05 01:09:09 -07:00
committed by GitHub
parent c4021bc57f
commit c3a0793be2

View File

@ -12,8 +12,8 @@ jobs:
- name: Checkout Source Files
uses: actions/checkout@v2
##### Chinese Download #####
- name: Crowdin Download for Chinese Translations
##### Download #####
- name: Crowdin Download for Translations
uses: crowdin/github-action@master
# options: https://github.com/crowdin/github-action/blob/master/action.yml
with:
@ -25,7 +25,7 @@ jobs:
# downloads
download_translations: true
skip_untranslated_files: true
skip_untranslated_files: false
export_only_approved: true
commit_message: 'chore(i8n,learn): processed translations'