This is a simple example of how to internationalize your application. This App uses the i18next library and its addon react-i18next.
You can see a live demo on https://react-i18next-example.herokuapp.com/.
- Clone this repo
git clone git@github.com:darde/react-i18next-example.git
- Install the dependencies (yarn or npm)
yarn
- Run the Application
The locale files are under the directory src/i18n/locales.
yarn start