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 handling translations in React.
- Does not require Redux, but does provide out of the box support for it.
- Built on React's native Context.
- Include inline default translations
- Dynamic translations
- HTML translations
- Plus more...
Installation
npm install react-localize-redux --save
Documentation
The official documentation can be found online, and is divided into the following sections:
Demo
Contributing
Want to help? Contributions are welcome, but please be sure before submitting a pull request that you have first opened an issue to discuss the work with the maintainers first. This will ensure we're all on the same page before any work is done.
For additional info:
- See Issue Template.
- See Pull Request Templete.
Change Log
This project adheres to Semantic Versioning. Every release will be documented along with any breaking changes when applicable.