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

refactor: change default translator to Google

This commit is contained in:
eeeXun 2023-04-29 00:22:38 +08:00
parent 4f30ce9df6
commit 731d00c753
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ Google Translate TUI (Originally)
Supported Translator: Supported Translator:
[`Apertium`](https://www.apertium.org/), [`Apertium`](https://www.apertium.org/),
[`Argos`](https://translate.argosopentech.com/)(default), [`Argos`](https://translate.argosopentech.com/),
[`Bing`](https://www.bing.com/translator), [`Bing`](https://www.bing.com/translator),
[`Google`](https://translate.google.com/), [`Google`](https://translate.google.com/)(default),
[`Reverso`](https://www.reverso.net/text-translation) [`Reverso`](https://www.reverso.net/text-translation)
## ScreenShot ## ScreenShot

View File

@ -29,7 +29,7 @@ func configInit() {
"destination.language.google": "English", "destination.language.google": "English",
"source.language.reverso": "English", "source.language.reverso": "English",
"destination.language.reverso": "English", "destination.language.reverso": "English",
"translator": "Argos", "translator": "Google",
} }
) )