leapfrogtechnology / reactjs-starter

5 stars 11 forks source link

ISSUE-38 Add internationalization (i18n) to shift all the ui constants to a language specific JSON file #39

Open sanjevShakya opened 4 years ago

sanjevShakya commented 4 years ago

Note: Key difference between react-intl and react-i18next are

  1. Keys cannot be nested in JSON file.
  2. Have out of the box lazy-load feature to import different translation files
  3. Have the ability to change the language with simple provided function
  4. Have the ability to turn debug on/off and provides if the translations are missing in the console.

closes #38