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 rb32-gettext, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb32-gettext
To see what files were installed by rb32-gettext, run:
port contents rb32-gettext
To later upgrade rb32-gettext, run:
sudo port selfupdate && sudo port upgrade rb32-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.