framework to translate documentation and other materials
The po4a (PO for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation.
The po4a (PO for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation.
To install po4a, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install po4a
To see what files were installed by po4a, run:
port contents po4a
To later upgrade po4a, run:
sudo port selfupdate && sudo port upgrade po4a
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.