https://github.com/simplelocalize/simplelocalize-i18next
React localization example app with i18next http backend
https://github.com/simplelocalize/simplelocalize-i18next
demo i18n i18next i18next-backend localization localization-management react-localization
Last synced: about 2 months ago
JSON representation
React localization example app with i18next http backend
- Host: GitHub
- URL: https://github.com/simplelocalize/simplelocalize-i18next
- Owner: simplelocalize
- Created: 2020-09-10T18:03:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T14:18:06.000Z (11 months ago)
- Last Synced: 2024-12-17T09:30:19.854Z (10 months ago)
- Topics: demo, i18n, i18next, i18next-backend, localization, localization-management, react-localization
- Language: TypeScript
- Homepage: https://i18next.simplelocalize.io
- Size: 929 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo
[Checkout working demo with 3 languages](https://i18next.simplelocalize.io)## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.## Learn More
- [Integration tutorial](https://simplelocalize.io/blog/posts/i18next-reactjs-localization/)
- [Same app but with React-Intl library](https://github.com/simplelocalize/simplelocalize-react-intl)
- [My blog post](https://simplelocalize.io/blog/posts/i18next-reactjs-localization/)
- [i18next.com - website](https://www.i18next.com)