https://github.com/ManeraKai/simplytranslate_mobile
`This app is an alternative front-end to Google Translate, but does not connect to it directly.
It works like this:
- The text is entered by you (the user) and sent to a random SimplyTranslate instance (server).
- This instance will request the data from Google Translate.
- Google Translate will send the translation back to this instance.
- This instance will send the translation back to you.
This way, Google Translate will not know your identity. By automatically selecting a random instance (default mode) on each request, your data is obfuscated and distributed between the instances so that nothing can be easily linked as it is not in a central database.`