Package Exports
- react-localize-redux
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-localize-redux) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Localization library for React/Redux.
Installation
npm install react-localize-redux --save
Not using React 16?
If you are using an older version of react, and plan on using the Translate component you have the following options:
Update react to a version > 16 as
Translate
requires the ability to render fragments and strings (recommended).