A translation application written in Golang using the Gio UI graphics library. GoFreeTranslate uses LibreTranslate for translations.
# First run a LibreTranslate instance at localhost:5000
git clone https://github.com/LibreTranslate/LibreTranslate.git
cd LibreTranslate
virtualenv env
source env/bin/activate
pip install -e .
argospm install translate-en_es
argospm install translate-es_en
libretranslate
# Then
git clone https://github.com/argosopentech/go-free-translate.git
cd go-free-translate
go run .