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:
committed by
GitHub
parent
3757691c91
commit
26564419fd
@ -23,7 +23,8 @@ jobs:
|
|||||||
|
|
||||||
# downloads
|
# downloads
|
||||||
download_translations: true
|
download_translations: true
|
||||||
skip_untranslated_files: true
|
skip_untranslated_strings: true
|
||||||
|
skip_untranslated_files: false
|
||||||
export_only_approved: true
|
export_only_approved: true
|
||||||
|
|
||||||
commit_message: 'chore(i8n,client): processed translations'
|
commit_message: 'chore(i8n,client): processed translations'
|
||||||
|
Reference in New Issue
Block a user