fill-pot-po
Advanced tools
Comparing version
{ | ||
"name": "fill-pot-po", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Create pre-filled PO files from POT file, using previous PO files.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
# fill-pot-po [![GitHub release (latest SemVer)][release-image]][release-url] [![NPM version][npm-image]][npm-url] | ||
[![Build Status][ci-image]][ci-url] | ||
[![Coverage Status][coverage-image]][coverage-url] | ||
[![Coverall Coverage Status][coverage-image]][coverage-url] | ||
[![Dependencies Status][deps-image]][deps-url] | ||
@@ -366,7 +366,10 @@ [![Downloads][downloads-image]][npm-url] | ||
[coverage-image]: https://img.shields.io/coveralls/github/vHeemstra/fill-pot-po?logo=coveralls&logoColor=959DA5&labelColor=444D56 | ||
[coverage-image2]: https://coveralls.io/repos/github/vHeemstra/fill-pot-po/badge.svg?branch=main | ||
[coverage-image_]: https://coveralls.io/repos/github/vHeemstra/fill-pot-po/badge.svg?branch=main | ||
[coverage-url2]: https://codecov.io/gh/vHeemstra/fill-pot-po | ||
[coverage-image2]: https://codecov.io/gh/vHeemstra/fill-pot-po/branch/main/graph/badge.svg?token=sZaKGStMXg | ||
[deps-url]: https://libraries.io/npm/fill-pot-po | ||
[deps-image]: https://img.shields.io/librariesio/github/vheemstra/fill-pot-po?logo=libraries.io&logoColor=959DA5&labelColor=444D56 | ||
[deps-image2]: https://img.shields.io/librariesio/release/npm/gulp-fill-pot-po?logo=libraries.io&logoColor=959DA5&labelColor=444D56 | ||
[deps-image]: https://img.shields.io/librariesio/release/npm/gulp-fill-pot-po?logo=libraries.io&logoColor=959DA5&labelColor=444D56 | ||
[deps-image2]: https://img.shields.io/librariesio/github/vheemstra/fill-pot-po?logo=libraries.io&logoColor=959DA5&labelColor=444D56 | ||
@@ -373,0 +376,0 @@ [npm-url]: https://www.npmjs.com/package/fill-pot-po |
@@ -139,3 +139,3 @@ 'use strict'; | ||
}).catch(error => { | ||
throw new PluginError(`${c.bold(error)} ${c.gray(`(PO ${c.white(po_file)})`)}`); | ||
throw new PluginError(`${c.bold(error.message)} ${c.gray(`(PO ${c.white(po_file)})`)}`); | ||
}); | ||
@@ -142,0 +142,0 @@ |
45832
0.41%378
0.8%