v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-18 08:40:35 -07:00

feat: Added auto translate for Argos translate (#11)

Seems like Argos also supports auto translate as an experimental feature.
This commit is contained in:
muvment 2023-02-01 06:53:49 +01:00 committed by GitHub
parent f6b7d6a330
commit 4c0faab899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ package argostranslate
var (
lang = []string{
"Arabic",
"Auto",
"Chinese",
"English",
"French",
@ -22,6 +23,7 @@ var (
}
langCode = map[string]string{
"Arabic": "ar",
"Auto": "auto",
"Chinese": "zh",
"English": "en",
"French": "fr",