Update download-translations.js

This commit is contained in:
Bram Kragten 2023-07-05 17:32:08 +02:00
parent b1f5776eb3
commit 9f74af56ed
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

View File

@ -68,9 +68,7 @@ gulp.task("convert-backend-translations", function () {
});
gulp.task("check-translations-html", function () {
return gulp
.src([`${inDirFrontend}/*.json`, `${inDirBackend}/*.json`])
.pipe(checkHtml());
return gulp.src([`${inDirFrontend}/*.json`]).pipe(checkHtml());
});
gulp.task("check-all-files-exist", async function () {