Skip to content

qvsinh/react-redux-i18n-starter-kit

 
 

Repository files navigation

React Redux Starter Kit with Localization

Build Status js-standard-style

Based on React Redux Starter Kit.

Fork with React Intl plugin for Localization

Development

Getting Started

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

I18n support

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

Thanks

About

React redux with i18n starter kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • CSS 1.4%
  • HTML 0.6%