wonsong82 / react-i18next-example

This is a simple example of how to use localization in React applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-i18next example

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/.

Usage

  1. Clone this repo
    git clone git@github.com:darde/react-i18next-example.git
    
  2. Install the dependencies (yarn or npm)
    yarn
    
  3. Run the Application
    yarn start
    
    The locale files are under the directory src/i18n/locales.

About

This is a simple example of how to use localization in React applications


Languages

Language:JavaScript 71.9%Language:CSS 18.1%Language:HTML 10.0%