So I'm trying to add languages support to a React application using react-intl.
The application has the Text in the JSX code.
Is there a tool that can scan the code and generate ids for each Text and replace the text with the generated id?? Or do I have to do it manually?