Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 725 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 725 Bytes

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.