@m6web/react-i18n
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -7,2 +7,3 @@ export { translate as translateFunction, buildList as buildListFunction } from './utils/i18n.utils'; | ||
export { I18nProvider } from './components/i18n.provider'; | ||
export { useTranslate } from './hooks/useTranslate'; | ||
export { useTranslate } from './hooks/useTranslate'; | ||
export { translate as tFunction } from './utils/i18n.utils'; |
@@ -65,2 +65,8 @@ 'use strict'; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'tFunction', { | ||
enumerable: true, | ||
get: function get() { | ||
return _i18n.translate; | ||
} | ||
}); |
{ | ||
"name": "@m6web/react-i18n", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Provider and utils for translation in a react app", | ||
@@ -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
32732
619