Mort Yao
Mort Yao
@jerry20130912 Instead of cross-posting, please follow the guide for reporting issues: https://github.com/soimort/translate-shell/blob/develop/CONTRIBUTING.md#how-to-report-an-issue. Particularly, make sure to report the exact command and the output of `trans -V` on your system.
@omega3 The current implementation should be already capable of handling translation and text-to-speech for BIng, just the dictionary entry feature is still missing. Which version are you using?
Currently there is no switch to turn off a specific part of dictionary entries. You can do something like ``` $ trans imposes | awk '{ if ($0 !~ "Examples")...
This is basically the same feature as #153, which is yet to be implemented.
Hiding the translation whenever `tl == il` does not sound an optimal solution; sometimes people do use `trans` to look up an English word in the dictionary (without translating into...
Sounds good to me:+1: Currently `trans` formats the output text with ANSI escape codes only, but it's definitely possible to make those configurable with HTML opening/closing tags.
Isn't bash just as well available on Windows 10 then? What's the point of solely removing the dependency on bash while it still has to rely on Unix-style tools like...
If you have `gawk` in PATH, you may clone the repository here and invoke it without bash at all: ``` > gawk -f translate.awk -- Bonjour ``` However, I believe...
I believe Google Translate is working on adding TTS support for more languages over time -- but there seems to be no better way to know if a language is...
Engine support for Yandex and Bing is known to be broken at the moment. `spell` and `aspell` are for spell checking, not for translation. If it yields the word itself...