GNU internationalization (i18n) and localization (l10n) tools
gettext provides the tools like msgfmt for writing multilingual applications. The tools are required to build applications which use gettext. The runtime library libintl is in the separate gettext-runtime port.
gettext provides the tools like msgfmt for writing multilingual applications. The tools are required to build applications which use gettext. The runtime library libintl is in the separate gettext-runtime port.
To install gettext, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gettext
To see what files were installed by gettext, run:
port contents gettext
To later upgrade gettext, run:
sudo port selfupdate && sudo port upgrade gettext
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.