react-localize-redux

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).

  • Using Translate component with React 15


GitHub