why was everything sl 💀

This commit is contained in:
2023-08-28 20:41:57 +05:30
parent f586163648
commit b7e2755ab2
7 changed files with 19 additions and 9 deletions

View File

@@ -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))