Open jozef-slezak opened 3 years ago
Continues #138
Example https://dev.to/adrai/how-to-properly-internationalize-a-react-application-using-i18next-3hdb
Use following from i18-next by using same approach as in #138
t('messageID')
useTranslation()
<Trans>
format()
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