diff --git a/build-scripts/gulp/download-translations.js b/build-scripts/gulp/download-translations.js index 36be7fae80..d7b3a9e853 100644 --- a/build-scripts/gulp/download-translations.js +++ b/build-scripts/gulp/download-translations.js @@ -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 () {