An open source tool that you can use to localize your Android Apps! It supports majority of global languages: Hindi, Spanish, Chinese, Arabic and Russian. I plan to add more as the community requires.
Can't wait to translate your app? use it now @ www.androidapptranslator.com
To get ReactAnuvaad up and running locally, you'll need to create and add a Google API key to enable usage of cloud translation API. Follow this guide to create a new Google Cloud project and creating an auth API key https://cloud.google.com/translate/docs/basic/setup-basic
- Create a new file named
.env
in the project root. - Create a new variable containing the API key
REACT_APP_LANG_TRANSLATION_API_KEY=<your_generated_api_key>
- Use the created variable in LangUtils.ts file.
After this, ReactAnuvaad is ready to run locally using the following steps:
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.