An open API service indexing awesome lists of open source software.

https://github.com/codeandweb/how-to-translate-your-react-app-with-react-intl

Example project about how to translate a react app using react-intl. The full tutorial can be found here: https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-react-app-with-react-intl
https://github.com/codeandweb/how-to-translate-your-react-app-with-react-intl

Last synced: 10 days ago
JSON representation

Example project about how to translate a react app using react-intl. The full tutorial can be found here: https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-react-app-with-react-intl

Awesome Lists containing this project

README

          

# How to translate your React app with react-intl

This is a demo project for the tutorial [How to translate your React app with react-intl](https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-react-app-with-react-intl).

After downloading the tutorial run

npm install

to install the required node modules.

## Starting the application

Start the application wiht

npm run start

## Extracting updated translation messages

To extract new messages from `` components in the application run

npm run extract