How to Install ruby-gettext in Ubuntu 18.04



Install ruby-gettext by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-gettext

Description:

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.

Homepage: http://ruby-gettext.github.io/

Version: 3.2.9-1

Section: universe/ruby