libtranslate is a library for translating text and web pages between natural languages. Its modular infrastructure allows to implement new translation services separately from the core library. libtranslate is shipped with a generic module supporting web-based translation services such as Babel Fish, Google Language Tools and SYSTRAN. Moreover, the generic module allows to add new services simply by adding a few lines to a XML file. The libtranslate distribution includes a powerful command line interface (see translate(1)).
libtranslate is a library for translating text and web pages between natural languages. Its modular infrastructure allows to implement new translation services separately from the core library. libtranslate is shipped with a generic module supporting web-based translation services such as Babel Fish, Google Language Tools and SYSTRAN. Moreover, the generic module allows to add new services simply by adding a few lines to a XML file. The libtranslate distribution includes a powerful command line interface (see translate(1)).
To install libtranslate, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libtranslate
To see what files were installed by libtranslate, run:
port contents libtranslate
To later upgrade libtranslate, run:
sudo port selfupdate && sudo port upgrade libtranslate
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.