Skip to content

Commit

Permalink
Only download verified translations (#22844)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Nov 16, 2024
1 parent 0db2b45 commit b056b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-scripts/gulp/download-translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ gulp.task("fetch-lokalise", async function () {
replace_breaks: false,
json_unescaped_slashes: true,
export_empty_as: "skip",
filter_data: ["verified"],
})
.then((download) => fetch(download.bundle_url))
.then((response) => {
Expand Down

0 comments on commit b056b71

Please sign in to comment.