i18next-express-middleware
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -29,3 +29,3 @@ 'use strict'; | ||
// set locale | ||
req.locale = req.lng = req.language = lng || i18next.options.fallbackLng; | ||
req.locale = req.lng = req.language = lng || i18next.options.fallbackLng[0]; | ||
@@ -32,0 +32,0 @@ // assert t function returns always translation |
{ | ||
"name": "i18next-express-middleware", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"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
7266