mirror of
https://codeberg.org/aryak/mozhi
synced 2025-06-04 00:41:07 +05:30
Finally DeepL
This commit is contained in:
@@ -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" {
|
||||
|
Reference in New Issue
Block a user