Merge pull request #17157 from calixteman/auto_update_locale

Update locale on *.ftl change
This commit is contained in:
calixteman 2023-10-23 14:36:30 +02:00 committed by GitHub
commit 377af6892b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2010,6 +2010,13 @@ gulp.task(
gulp.task( gulp.task(
"server", "server",
gulp.parallel( gulp.parallel(
function watchLocale() {
gulp.watch(
"l10n/**/*.ftl",
{ ignoreInitial: false },
gulp.series("locale")
);
},
function watchDevSandbox() { function watchDevSandbox() {
gulp.watch( gulp.watch(
[ [