diff --git a/src/gulpfile.js b/src/gulpfile.js index 23534515..be2a8400 100644 --- a/src/gulpfile.js +++ b/src/gulpfile.js @@ -162,7 +162,10 @@ gulp.task('generate-pot', function() { .pipe(xgettext({ language: 'PHP', keywords: [ - {name: 'getlocal'} + {name: 'getlocal'}, + {name: 'no_field'}, + {name: 'wrong_field'}, + {name: 'failed_uploading_file', singular: 2} ] })), gulp.src(config.jsPath + '/source/**/*.js', {base: config.mibewPath})