Skip to content

stefanodotit/gulp-poedit-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gulp-poedit-to-json

Convert all poedit file (only active string) into a new json file with the same name.
Perfect for Angular2 translate.

Installation

npm install gulp-poedit-to-json --save-dev

Params

path: '/path/to/poedit/folder'

Example

var gulp = require('gulp'),
    poeditToJson = require('gulp-poedit-to-json');

gulp.task('default',['poeditToJson']);

gulp.task('poeditToJson', function(){
  return poeditToJson({ path: '/path/to/poedit/folder'});
});

About

Convert poedit file to json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published