A simple way to represet how to add internationalization within an application that uses React and Redux. This example uses polyglot.js to serve as a sort of engine to handle the strings of your translations and create-react-app to create the basic project running react. Check out package.json
to know more.
- yarn install
- yarn start
make sure you have yarn installed or go to https://github.com/yarnpkg/yarn to know more about it