Skip to content

Commit

Permalink
Update download-translations.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Jul 10, 2023
1 parent 1f5a8b4 commit 35a427a
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 @@ -68,6 +68,7 @@ gulp.task("convert-backend-translations", 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());
});

Expand Down

0 comments on commit 35a427a

Please sign in to comment.