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 launch
All messages in this website are localized and rendered using react-intl@2.0
.
There is also a babel plugin to extract all the default messages into ./_translations/lib
to be provided to translators.
$ npm run build:i18n
You can also run a script to extract all those translations as key-value.
$ npm run build:i18n:langs
There 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.