diff --git a/src/gulpfile.js b/src/gulpfile.js index 5c1690cc..23534515 100644 --- a/src/gulpfile.js +++ b/src/gulpfile.js @@ -165,6 +165,13 @@ gulp.task('generate-pot', function() { {name: 'getlocal'} ] })), + gulp.src(config.jsPath + '/source/**/*.js', {base: config.mibewPath}) + .pipe(xgettext({ + language: 'JavaScript', + keywords: [ + {name: 'trans'} + ] + })), gulp.src([ config.chatStylesPath + '/default/templates_src/**/*.handlebars', config.pageStylesPath + '/default/templates_src/**/*.handlebars'