Add more PHP's localization functions

This commit is contained in:
Dmitriy Simushev 2014-08-18 09:42:08 +00:00
parent 46a8345de2
commit 51e076aafc

View File

@ -162,7 +162,10 @@ gulp.task('generate-pot', function() {
.pipe(xgettext({ .pipe(xgettext({
language: 'PHP', language: 'PHP',
keywords: [ 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}) gulp.src(config.jsPath + '/source/**/*.js', {base: config.mibewPath})