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

darde/react-i18next-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

The best way to use this repo is by following my article on Medium Implementing Internationalization in a front end application.

Usage

  1. Clone this repo
    git clone [email protected]: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