From 31cfec63c32d3a6505d1f0ce50ae818bb5118c82 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Mon, 23 Oct 2023 14:03:31 +0200 Subject: [PATCH] Update locale on *.ftl change --- gulpfile.mjs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gulpfile.mjs b/gulpfile.mjs index 15e32b4d1..8a026ef8d 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -2010,6 +2010,13 @@ gulp.task( gulp.task( "server", gulp.parallel( + function watchLocale() { + gulp.watch( + "l10n/**/*.ftl", + { ignoreInitial: false }, + gulp.series("locale") + ); + }, function watchDevSandbox() { gulp.watch( [