https://github.com/debabrata100/react-localization
This project demonstrates how to implement localization in create-react-app
https://github.com/debabrata100/react-localization
create-react-app javascript localization react react-intl react-intl-sample
Last synced: 26 days ago
JSON representation
This project demonstrates how to implement localization in create-react-app
- Host: GitHub
- URL: https://github.com/debabrata100/react-localization
- Owner: debabrata100
- Created: 2019-10-18T12:01:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:31:54.000Z (over 2 years ago)
- Last Synced: 2025-03-23T19:44:33.259Z (about 1 month ago)
- Topics: create-react-app, javascript, localization, react, react-intl, react-intl-sample
- Language: JavaScript
- Size: 1.28 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is bootsrapped with create-react-app and demonstrates how to do localization for multiple languages using [React Intl](https://github.com/formatjs/react-intl) (v2.8.0)

### Run project
`yarn start`
### Detailed Explanation
Find complete explanation in [Blog](https://medium.com/@debabrata100/96afd4169523)