Continues #138 Example https://dev.to/adrai/how-to-properly-internationalize-a-react-application-using-i18next-3hdb # Checklist Use following from i18-next by using same approach as in #138 - [ ] `t('messageID')` and `useTranslation()` https://react.i18next.com/latest/usetranslation-hook - [ ] `<Trans>` https://react.i18next.com/latest/trans-component - [ ] `format()` https://www.i18next.com/translation-function/formatting
Continues #138
Example https://dev.to/adrai/how-to-properly-internationalize-a-react-application-using-i18next-3hdb
Checklist
Use following from i18-next by using same approach as in #138
t('messageID')anduseTranslation()https://react.i18next.com/latest/usetranslation-hook<Trans>https://react.i18next.com/latest/trans-componentformat()https://www.i18next.com/translation-function/formatting