DEV Community

Ion Duiu
Ion Duiu

Posted on

Automation for adding i18next to an existing project

Hello,

I am building a tool designed to add localization to an existing React project in minutes. This is intended for projects initially developed in a single language that need to become multi-language to grow. Currently, the only method I know is to use i18next or a similar library, manually going through each file to add i18next to any text and then creating the JSON files with all the necessary languages.

My tool will be a script that processes your code, automatically creates the JSON files, and can also receive a translated version of the text using AI.

What do you think about that? Would you buy a tool like this?

Top comments (0)