appwrite / demos-for-react

Demos and tutorials for getting started with Appwrite + React JS
https://appwrite.io
MIT License
91 stars 39 forks source link

internationalization Using React-intl #6

Closed komputarist closed 3 years ago

komputarist commented 3 years ago

formatjs is a set of libraries that help you setup internationalization in any project whether it's React or not. A popular one among the library is ReactIntl. This makes it easy to extract language strings and make the website translation ready.

https://formatjs.io/docs/getting-started/installation/