Update download-translations.js

This commit is contained in:
Bram Kragten 2023-07-10 13:17:35 +02:00
parent 1f5a8b4e7e
commit 35a427afad
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

View File

@ -68,6 +68,7 @@ gulp.task("convert-backend-translations", function () {
}); });
gulp.task("check-translations-html", function () { gulp.task("check-translations-html", function () {
// We exclude backend translations because they are not compliant with the HTML rule for now
return gulp.src([`${inDirFrontend}/*.json`]).pipe(checkHtml()); return gulp.src([`${inDirFrontend}/*.json`]).pipe(checkHtml());
}); });