Skip to content

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

Notifications You must be signed in to change notification settings

anthonyCarigny/react-i18next-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.9%
  • CSS 18.1%
  • HTML 10.0%