A demo project for testing the integration of i18n localization in a React application.
Note, that for your use case, it's probably not optimal to deploy first without translations ready, and deploy again. In this case, however, I don't consider it a big deal.
As of now I'm using POEditor as a localization service. Why? Well, it's a tool that is used in my day job's project, so I want to explore its possibilities. However, in the future I'm definitely going to check out locize, which is a service created by the authors of i18next.
- Language Plural Rules
- Percentage - It can be written several ways: 98%, 98 %, 98 pct, %98. Thus you should never assume that you can hard-code the percent sign.
- Units of measurement -
In 1999, the NASA Mars Climate Orbiter was lost on entry to the Martian atmosphere because of "the failed translation of English units into metric units" - source