Don't use empty translations. (#1419)

This commit is contained in:
Justin Bassett 2021-03-11 15:20:25 -05:00 committed by GitHub
parent f38ec600e3
commit 36281bfdc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,8 @@ runs:
"original_filenames": false,
"bundle_structure": "app/src/main/res/values-%LANG_ISO%/strings.%FORMAT%",
"add_newline_eof": true,
"replace_breaks": true
"replace_breaks": true,
"export_empty_as": "skip"
}' \
| jq -r '.bundle_url' \
`