node-gettext
Advanced tools
Comparing version 0.2.13 to 0.2.14
@@ -603,2 +603,5 @@ var Iconv = require("iconv").Iconv, | ||
Object.keys(this._translationTable[context]).forEach((function(original){ | ||
if(original.charAt(0) == "\x05"){ | ||
return; // special string for comments | ||
} | ||
var originalArr = this._translationTable[context][original].length > 1 ? | ||
@@ -605,0 +608,0 @@ [original, original] : [original]; |
{ | ||
"name": "node-gettext", | ||
"description": "Gettext client for Node.js to use .mo files for I18N", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"author" : "Andris Reinman", | ||
@@ -6,0 +6,0 @@ "maintainers":[ |
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
96888
2730