mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 12:56:37 +00:00
Update download-translations.js
This commit is contained in:
parent
ad8d3c7fa8
commit
cc8ab184e3
@ -64,7 +64,7 @@ gulp.task("convert-backend-translations", function () {
|
|||||||
return gulp
|
return gulp
|
||||||
.src([`${inDirBackend}/*.json`])
|
.src([`${inDirBackend}/*.json`])
|
||||||
.pipe(transform((data, file) => convertBackendTranslations(data, file)))
|
.pipe(transform((data, file) => convertBackendTranslations(data, file)))
|
||||||
.pipe(gulp.dest(inDirBackend));
|
.pipe(gulp.dest(`${inDirBackend}/converted`));
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task("check-translations-html", function () {
|
gulp.task("check-translations-html", function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user