DEV Community

Discussion on: How to properly internationalize a React application using i18next

Collapse
 
smalonso profile image
Samuel

Thank you Adriano, I learnt a lot of topics with your article.
I have one doubt related with the topic. In a existing project, how do you check if codebase is clean of hard-coded texts? Do you use any library or lint extension to check and prevent hard coded texts?

Collapse
 
adrai profile image
Adriano Raiano

personally, I always started with i18next from day 1... also if finally just using 1 language...

But I would just do this one file at a time, manually, it's the safest way...
I doubt there is an automized solution that catches all cases...