Ruby-GetText-Pacakge Tools

ruby-gettext-tools

rgettext

rgettext is the tool which create po-files from your Ruby Scripts or Glade-2 XML file.

Usage

$rgettext hoge.rb -o hoge.pot

$rgettext hoge.glade -o hoge.pot

$rgettext *.rb *.glade -o hoge.pot

rmsgfmt

rmsgfmt is the tool which create mo-files from po-files.

Usage

$rmsgfmt ja.po -o hoge.mo
Last modified:2004/10/25 02:28:55
Keyword(s):
References:[Ruby-GetText-Package document for Developers]