i18n-json-po
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -94,3 +94,5 @@ "use strict"; | ||
this.addMsgid(entry[0]); | ||
this.addMsgidPlural(entry[entry.length - 1]); | ||
// extracted original entries contain only first and | ||
// last plurals forms, which identify the entry | ||
this.addMsgidPlural(entry[1]); | ||
this.addMsgstrPlural(entry.length); | ||
@@ -97,0 +99,0 @@ } |
{ | ||
"name": "i18n-json-po", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "i18n .json to .pot file converter", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164020
677