a Localization library and tools which modeled GNU gettext.
This library provides to translate original messages to localized messages properly using client-side locale information(environment variable or CGI variable). And the tools for developers support to create, use, and modify localized message files(message catalogs) easily.
This library provides to translate original messages to localized messages properly using client-side locale information(environment variable or CGI variable). And the tools for developers support to create, use, and modify localized message files(message catalogs) easily.
To install rb31-gettext, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb31-gettext
To see what files were installed by rb31-gettext, run:
port contents rb31-gettext
To later upgrade rb31-gettext, run:
sudo port selfupdate && sudo port upgrade rb31-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.