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
- Host: GitHub
- URL: https://github.com/codeandweb/how-to-translate-your-react-app-with-react-intl
- Owner: CodeAndWeb
- Created: 2022-09-26T08:43:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T09:34:04.000Z (over 3 years ago)
- Last Synced: 2025-02-25T06:43:42.032Z (over 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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