fix(tools): allow partial translation (#41055)

* fix(tools): allow partial translation

Modifies the workflow to allow for partial download of translations
to ensure we get all keys in the translation object even if they
still have english values.

NOTE: Sets workflow to dry run for testing purposes. Will need to
revert that setting.

* revert(tools): no dry run
This commit is contained in:
Nicholas Carrigan (he/him)
2021-02-11 08:55:34 -08:00
committed by GitHub
parent 3757691c91
commit 26564419fd

View File

@ -23,7 +23,8 @@ jobs:
# downloads
download_translations: true
skip_untranslated_files: true
skip_untranslated_strings: true
skip_untranslated_files: false
export_only_approved: true
commit_message: 'chore(i8n,client): processed translations'