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