Skip to content

Instantly share code, notes, and snippets.

@btounkara
Last active January 7, 2022 13:47
Show Gist options
  • Save btounkara/42f92a5abc712c63e0c6d8c1aacafcb4 to your computer and use it in GitHub Desktop.
Save btounkara/42f92a5abc712c63e0c6d8c1aacafcb4 to your computer and use it in GitHub Desktop.
Keep your translations

Keep your translations is a mobile application developped in order to give you the possibility of translating a text and adding some notes you want to keep about it.

For this, the app uses RapidAPI's google translate with a free APIKey.

The free APIKey lets you translate up to 500 words per month.

In order to use your own APIKey, you can sign up to RapidAPI.

If you want to translate more than this, you can follow this link.

These are the steps you have to do in order to generate your own APIKey :

  • Sign up to RapidAPI
  • A default application should automatically have been created
  • If not, create an application here
  • Go to your app
  • Select security, generate a new APIKey and copy it enter image description here enter image description here
  • Go back to the settings in the app and paste your APIKey under APIKey Screenshot 1 Screenshot_20220107_143635_host exp exponent
  • Save

That's it, the application is now using your APIKey to translate your words.

Here's an exhaustive list of the app's features

  • Select the source and target language
  • Translate words or sentences from source to target language
  • Add a note to your translations
  • Access to your translations' history Save and backup the data in the app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment