gettext-parser
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -12,3 +12,3 @@ var encoding = require("encoding"), | ||
module.exports = function(buffer, defaultCharset){ | ||
var parser = new Parser(buffer); | ||
var parser = new Parser(buffer, defaultCharset); | ||
return parser.parse(); | ||
@@ -15,0 +15,0 @@ }; |
{ | ||
"name": "gettext-parser", | ||
"description": "Parse and compile gettext po and mo files to/from json, nothing more, nothing less", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"author" : "Andris Reinman", | ||
@@ -6,0 +6,0 @@ "homepage": "http://github.com/andris9/gettext-parser", |
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
60902