2021-01-18 23:25:21 +03:00
2021-01-18 21:59:14 +03:00
2021-01-18 22:27:05 +03:00
2021-01-17 23:19:52 +03:00
2021-01-17 23:19:52 +03:00
2021-01-17 23:19:52 +03:00
2021-01-17 23:19:52 +03:00
2021-01-18 23:09:19 +03:00

gtranslate

Better front-end for Google Translate that doesn't track you and works without JavaScript.

Installation

git clone https://git.sr.ht/~yerinalexey/gtranslate
cd gtranslate

go build

Then run the server with

./gtranslate

If you want to use a different port:

./gtranslate -b :3000 # will run on port 3000

Note: if you're running it outside of development environment, you should pass --template-dir and --static-dir arguments pointing to templates and static directories:

./gtranslate \
  --template-dir /usr/share/webapps/gtranslate/templates \
  --static-dir /usr/share/webapps/gtranslate/static

TODO

  • Proper language selector
  • Dark theme
Description
Simple translation frontend, forked from https://git.sr.ht/~yerinalexey/gtranslate.
Readme
Languages
Go 66.1%
HTML 24.2%
CSS 9.7%