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:
parent
4f30ce9df6
commit
731d00c753
@ -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
|
||||||
|
@ -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",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user