Only download verified translations (#22844)

This commit is contained in:
Joost Lekkerkerker 2024-11-16 13:20:06 +01:00 committed by GitHub
parent 0db2b45cc3
commit b056b71557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,6 +127,7 @@ gulp.task("fetch-lokalise", async function () {
replace_breaks: false, replace_breaks: false,
json_unescaped_slashes: true, json_unescaped_slashes: true,
export_empty_as: "skip", export_empty_as: "skip",
filter_data: ["verified"],
}) })
.then((download) => fetch(download.bundle_url)) .then((download) => fetch(download.bundle_url))
.then((response) => { .then((response) => {