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