i18next-express-middleware
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -89,2 +89,4 @@ 'use strict'; | ||
var namespaces = req.query[options.nsParam || 'ns'] || []; | ||
languages = languages.split[' ']; | ||
namespaces = namespaces.split[' ']; | ||
@@ -91,0 +93,0 @@ // extend ns |
{ | ||
"name": "i18next-express-middleware", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "express middleware for i18next", | ||
@@ -5,0 +5,0 @@ "main": "./lib/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
7260
140