1.0.1 • Published 6 years ago

@vslutov/gulp-po2json v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@vslutov/gulp-po2json

Convert .po files to JSON using po2json

Fork of gabegorelick/gulp-po2json: set domain info from filename

Install

Install with npm

npm install --save-dev @vslutov/gulp-po2json po2json

Examples

const gulp = require('gulp');
const po2json = require('@vslutov/gulp-po2json');

gulp.task('po2json', function () {
    return gulp.src(['po/**/*.po'])
        .pipe(po2json())
        .pipe(gulp.dest('dist/translations/'));
});
1.0.1

6 years ago

1.0.0

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago