mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Update download-translations.js
This commit is contained in:
parent
b1f5776eb3
commit
9f74af56ed
@ -68,9 +68,7 @@ gulp.task("convert-backend-translations", function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task("check-translations-html", function () {
|
gulp.task("check-translations-html", function () {
|
||||||
return gulp
|
return gulp.src([`${inDirFrontend}/*.json`]).pipe(checkHtml());
|
||||||
.src([`${inDirFrontend}/*.json`, `${inDirBackend}/*.json`])
|
|
||||||
.pipe(checkHtml());
|
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task("check-all-files-exist", async function () {
|
gulp.task("check-all-files-exist", async function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user