fix: do not skip untranslated files in download (#41058)

This commit is contained in:
Randell Dawson
2021-02-11 11:51:03 -07:00
committed by GitHub
parent 32eade41b1
commit dc810022d1

View File

@ -24,7 +24,7 @@ jobs:
# downloads
download_translations: true
skip_untranslated_files: true
skip_untranslated_files: false
export_only_approved: true
commit_message: 'chore(i8n,docs): processed translations'