Finally DeepL

This commit is contained in:
2023-07-23 20:00:20 +05:30
parent 9c07306f07
commit 9f7db5e347
6 changed files with 556 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ var translateCmd = &cobra.Command{
} else if langlist == "tl" {
fmt.Println(utils.LangListDeepl(langlist))
} else {
fmt.Println("Not Implemented yet.")
fmt.Println(utils.TranslateDeepl(dest, source, query))
}
} else if engine == "libretranslate" {
if langlist == "sl" {