https://github.com/mihirgokani007/gulp-poexport
Export translations to a spreadsheet
https://github.com/mihirgokani007/gulp-poexport
Last synced: 6 days ago
JSON representation
Export translations to a spreadsheet
- Host: GitHub
- URL: https://github.com/mihirgokani007/gulp-poexport
- Owner: mihirgokani007
- License: mit
- Created: 2016-08-31T12:31:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T07:00:44.000Z (almost 9 years ago)
- Last Synced: 2023-12-25T09:53:16.746Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [gulp](http://gulpjs.com)-poexport
> Export translations to a spreadsheet
## Install
Install with [npm][1]
```sh
npm install --save-dev gulp-poexport
```## API
```js
var gulp = require('gulp');
var poexport = require('gulp-poexport');gulp.task('translations', function () {
return gulp.src('po/**/*.po')
.pipe(poexport('exported.xlsx', {filter: 'empty'}));
});
```# End Matter
## Author
[Mihir Gokani][0]
## License
Licensed under MIT.
[0]: https://github.com/mihirgokani007
[1]: https://npmjs.org/package/gulp-poexport
[2]: https://github.com/rubenv/pofile#the-poitem-class