cute-localize
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -72,3 +72,3 @@ #!/usr/bin/env node | ||
disambiguation = "_default"; | ||
sourceText = sourceText.replace(/\\n/g, "\n").replace(/\\t/g, "\t"); | ||
sourceText = sourceText.replace(/\\n/g, "\n").replace(/\\t/g, "\t").replace(/\\"/g, "\"").replace(/\\'/g, "\'"); | ||
locales.forEach(function(locale) { | ||
@@ -75,0 +75,0 @@ if (!toTranslate.hasOwnProperty(locale)) |
{ | ||
"name": "cute-localize", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
17323