remix-i18next
Advanced tools
Comparing version 2.1.4 to 2.1.5
{ | ||
"name": "remix-i18next", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "The easiest way to translate your Remix apps", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"browser": { | ||
@@ -7,0 +8,0 @@ "./build": "./browser", |
@@ -124,3 +124,3 @@ # remix-i18next | ||
export let loader: LoaderFunction = async (request) => { | ||
export let loader: LoaderFunction = async ({ request }) => { | ||
let locale = await i18n.getLocale(request); | ||
@@ -127,0 +127,0 @@ return json({ locale }); |
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
41077