/i18n-app

A simple base to illustrate a easy way to add internationalization within a react redux application

Primary LanguageJavaScript

i18n-app

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.

http://recordit.co/AkmNNU9Nrv

Getting Started

  • yarn install
  • yarn start

make sure you have yarn installed or go to https://github.com/yarnpkg/yarn to know more about it