1
0
Fork 0
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:
Gunther Brunner 2014-07-02 20:06:48 +09:00
parent 275dc873af
commit 080d7d9e39
2 changed files with 5 additions and 64 deletions

View file

@ -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/'))