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