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( [