cute-localize
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -11,3 +11,3 @@ var merge = require("merge"); | ||
if (!options || !options.noDefault) | ||
locations.push(process.cwd() + "/translations"); | ||
locations.unshift(process.cwd() + "/translations"); | ||
var translate = function(sourceText, disambiguation) { | ||
@@ -14,0 +14,0 @@ if (sourceText && typeof sourceText == "object" && sourceText.hasOwnProperty("sourceText") |
{ | ||
"name": "cute-localize", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"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
17472