Install Localazy CLI for your operating system.
npm install -g @localazy/cli
Create a configuration file localazy.json in the root of your project
Upload the source strings with localazy upload whenever you change them.
Download translated files with localazy download before building your app.
npm install react-i18next i18next --save