mirror of
https://codeberg.org/aryak/mozhi
synced 2025-06-04 00:41:07 +05:30
why was everything sl 💀
This commit is contained in:
@@ -35,7 +35,7 @@ var translateCmd = &cobra.Command{
|
||||
fmt.Println(err)
|
||||
}
|
||||
for _, idx := range idxs {
|
||||
fmt.Println("Selected Language:", list[idx].Id)
|
||||
fmt.Println("Selected Language:", list[idx].Id, "("+list[idx].Name+")")
|
||||
}
|
||||
} else if engine == "all" {
|
||||
fmt.Println(utils.TranslateAll(dest, source, query))
|
||||
|
Reference in New Issue
Block a user