Comparing version 0.2.9 to 0.2.10
@@ -149,5 +149,5 @@ var fs = require('fs'); | ||
} | ||
} else if (line.match(/^#\s+/)) { // Translator comment | ||
} else if (line.match(/^#($|\s+)/)) { // Translator comment | ||
finish(); | ||
item.comments.push(trim(line.replace(/^#\s+/, ''))); | ||
item.comments.push(trim(line.replace(/^#($|\s+)/, ''))); | ||
} else if (line.match(/^#\./)) { // Extracted comment | ||
@@ -154,0 +154,0 @@ finish(); |
{ | ||
"name": "pofile", | ||
"description": "Parse and serialize Gettext PO files.", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Ruben Vermeersch", |
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
16509