mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
Add more PHP's localization functions
This commit is contained in:
parent
46a8345de2
commit
51e076aafc
@ -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})
|
||||||
|
Loading…
Reference in New Issue
Block a user