A native translation app for Ubuntu Touch.
- Convergence: It looks good on all screens.
- Native UI: This isn't a crappy web app! It means you get a fast, reliable, and consistent experience.
- Anonymization: It uses Lingva Translate API, so you get Google Translate results with a degree of privacy
- Docker
- Android tools (for adb)
- Python3 / pip3
- Clickable (get it from here)
Use Clickable to build and package Translate as a Click package ready to be installed on Ubuntu Touch
Make sure you clone the project with
git clone https://github.com/walking-octopus/translate-ut.git
.
To test the build on your workstation:
$ clickable desktop
To run on a device over SSH:
$ clickable --ssh [device IP address]
To build for a different architecture:
$ clickable -a [arch] build
where arch
is one of: amd64
, arm64
or armhf
.
For more information on the several options see the Clickable documentation
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Translate has already been translated into some languages (see the translations directory). Please help translate it by following these instructions.
The project is licensed under the GPL-3.0.