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

Try to reach Apertium-apy in http://localhost:2737/ rather than the (… #452

Open rmh2022 opened 2 years ago

rmh2022 commented 2 years ago

This makes Apertium module target an install of Apertium in the same computer where translate-shell is running (by default it listens in http://localhost:2737).

A working setup can be easily obtained by installing a pre-packaged version of Apertium (e.g. Debian or Fedora). No further configuration is necessary.

This fixes issue #378.