DEV Community

How to add internationalization 📙 to your React App ⚛️ in a SUPER-simple way

SwissGreg on December 23, 2019

If you want to translate your Single Page Application to other languages without much hassle - this short guide might be for you. Intern...
Collapse
 
talvasconcelos profile image
Tiago Vasconcelos

I want to thank you twice!!

First for this hack on internationalization, saving me from bloating my web app.

Secondly for introducing me to SwissDev Jobs. Wow, i've already applied to one job. If I may, I'd like to make a request. I't would be nice to have a remote filter, as I'm not able to relocate and remote is one of my conditions.

Collapse
 
tpolajnar profile image
TadPol

I18n is quite easy to setup and run once you get used to it. I recommend you to move all translations to one file, it is much easier to maintain in long term

Collapse
 
swissgreg profile image
SwissGreg

I was thinking about it but I also have dynamic module loading and this way I can avoid loading one big translation file.