v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-17 16:20:33 -07:00

Initial commit

This commit is contained in:
eeeXun 2022-09-07 00:06:15 +08:00
commit 51924b3726

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# GTU
Google Translate TUI
## Ref
[free-google-translate (go)](https://github.com/turk/free-google-translate/blob/master/translator.go)
```
https://translate.googleapis.com/translate_a/single?client=gtx&sl=%s&tl=%s&dt=t&q=%s
```