MenheraBot/MenheraSite

Add react-i18next to the project

Daniel-Vinicius opened this issue · 4 comments

Hi guys, what do you think about adding react-i18next to the project?
From what I saw the main advantage of doing this is the typing

https://react.i18next.com/

We already uses next-i18next. The projetc is hosted on vercel, as it uses next, i think using a next translation system is better

@ySnoopyDogy

Yes, but react-i18next is a complement of next-i18next, look
image


When we use react-i18next we can create a file react-i18next.d.ts and make the translation more easy with types, mainly for new contribuitors
image

This is not nice?

Hmmmmm, i think it is a good idea, if you want, you can implement it