1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 09:18:34 +01:00

Update download-translations.js

This commit is contained in:
Bram Kragten
2023-07-10 13:17:35 +02:00
parent 1f5a8b4e7e
commit 35a427afad
@@ -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());
});