rgettext
gettext for Ruby
Install
- All systems
-
curl cmd.cat/rgettext.sh
- Debian
-
apt-get install ruby-gettext
- Ubuntu
-
apt-get install ruby-gettext
- Kali Linux
-
apt-get install ruby-gettext
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-gettext
- Raspbian
-
apt-get install ruby-gettext
- Dockerfile
- dockerfile.run/rgettext
ruby-gettext
gettext for Ruby
This Ruby package is a localization library and toolset modeled after GNU gettext, and with a similar simple API. It provides: * rxgettext - creates gettext-compatible PO files from Ruby scripts; * rmsginit - create a new PO file with user's environment and input; * rmsgfmt - creates a MO file from a PO file; * rmsgmerge - extracts translatable strings from Ruby scripts.