i18next-conv
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -89,2 +89,3 @@ 'use strict'; | ||
var json = {}; | ||
var ctxSeparator = options.ctxSeparator || '_'; | ||
@@ -120,3 +121,3 @@ Object.keys(data).forEach(function (m) { | ||
if (m !== '') targetKey = targetKey + '_' + m; | ||
if (m !== '') targetKey = '' + targetKey + ctxSeparator + m; | ||
@@ -123,0 +124,0 @@ var values = context[key].msgstr; |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"private": false, | ||
@@ -12,0 +12,0 @@ "preferGlobal": "true", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
1210
35656
8
1
0