Based on React Redux Starter Kit.
Fork with React Intl plugin for Localization
Just clone the repo and install the necessary node modules:
$ git clone https://github.com/juanda99/react-redux-starter-kit
$ cd react-redux-starter-kit
$ npm install # Install Node modules listed in ./package.json (may take a while the first time)
$ npm start # Compile and launchAll messages in this website are localized and rendered using [email protected].
There is also a babel plugin to extract all the default messages into ./_translations/lib to be provided to translators.
$ npm run build:i18nYou can also run a script to extract all those translations as key-value.
$ npm run build:i18n:langsThere are console errors for the default language (en). It will be fixed with the new React-intl release
- Emmenko react redux example for the integration of React Intl.