mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Bundle file was being scanned with translate:extract.
This commit is contained in:
parent
275dc873af
commit
080d7d9e39
2 changed files with 5 additions and 64 deletions
|
@ -124,6 +124,7 @@ gulp.task('translate:extract', function () {
|
|||
'./tmp/html/**/*.html'
|
||||
, './res/**/*.js'
|
||||
, '!./res/bower_components/**'
|
||||
, '!./res/build/**'
|
||||
])
|
||||
.pipe(gettext.extract('stf.pot'))
|
||||
.pipe(gulp.dest('./res/common/lang/po/'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue