soimort / translate-shell

:speech_balloon: Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.
https://www.soimort.org/translate-shell
The Unlicense
6.94k stars 391 forks source link

bit strange when tranlate chinese to english #388

Closed apuppy closed 3 years ago

apuppy commented 3 years ago

image

apuppy commented 3 years ago

Seems that hexdump have no options --version and --help.

soimort commented 3 years ago

And what's the output of trans -V?

Make sure that you're using the latest version (0.9.6.12) of translate-shell.

https://github.com/soimort/translate-shell/blob/stable/CONTRIBUTING.md#how-to-report-an-issue

apuppy commented 3 years ago

Here is the command trans -V output bellow: image

apuppy commented 3 years ago

I purged the package which I installed by Debian command apt install translate-shell. And then clone it from git, make and make install. Finally, it works correctly. image

Thank you, man.

soimort commented 3 years ago

Nice to see it works.

(Yes, packages from Debian's official repository are sometimes very out of date...)