mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 20:06:33 +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
|
||||
.src([`${inDirBackend}/*.json`])
|
||||
.pipe(transform((data, file) => convertBackendTranslations(data, file)))
|
||||
.pipe(gulp.dest(inDirBackend));
|
||||
.pipe(gulp.dest(`${inDirBackend}/converted`));
|
||||
});
|
||||
|
||||
gulp.task("check-translations-html", function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user