@alienfast/i18next-loader
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@alienfast/i18next-loader", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Webpack loader for client embedded i18next locales from json or yaml.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -62,3 +62,3 @@ # @alienfast/i18next-loader | ||
import i18n from 'i18next' | ||
import resources from '../locales' | ||
import resources from '../locales' // typescript: import * as resources from '../locales' | ||
@@ -188,2 +188,2 @@ i18n.init({ | ||
we changed it in [breaking ways that are incompatible](https://github.com/atroo/i18next-resource-store-loader/issues/14#issuecomment-331726268). | ||
Thanks to the original authors and contributors. | ||
Thanks to the original authors and contributors. |
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
251956
188