search for: rmsgfmt

Displaying 11 results from an estimated 11 matches for "rmsgfmt".

Did you mean: msgfmt
2008 Sep 15
1
Ruby-GetText-Package-1.93.0
...* rgettext command for creating po-files from files below: o ruby scripts o glade-2 XML file(.glade) o ERB file(.rhtml, .erb) o ActiveRecord (.rb) o Other files (you can write your own parser) * Create mo-files unless msgfmt(in GNU gettext tool) * rmsgfmt command for creating a mo-file from a po-file. * Have rgettext/rmsgfmt as module functions. It''s useful as Rake tasks. * The po-file is compatible to GNU gettext. You can maintain these files to use GNU getext tools. * The mo-file is compatible to GNU gettext(msgfmt). * multi-...
2005 Dec 29
5
Ruby-GetText-Package-1.1.0
...a Native Language Support Library and Tools which modeled after GNU gettext package. * Simple APIs(similar GNU gettext) * rgettext command for creating po-files from files below: o ruby scripts o glade-2 XML file(.glade) o ERB file(.rhtml) o ActiveRecord (.rb) * rmsgfmt command for creating a mo-file from a po-file. * The po-file is compatible to GNU gettext. You can maintain these files to use GNU getext tools. * The mo-file is compatible to GNU gettext(msgfmt). * multi-textdomain supported. You can select two kind of textdomain''s scope:...
2006 Apr 15
0
Ruby-GetText-Package-1.4.0
...eate, use, and modify localized the message files(message catalogs) easily. Features: * Simple APIs(similar GNU gettext) * rgettext command for creating po-files from files below: o ruby scripts o glade-2 XML file(.glade) o ERB file(.rhtml) o ActiveRecord (.rb) * rmsgfmt command for creating a mo-file from a po-file. * The po-file is compatible to GNU gettext. You can maintain these files to use GNU getext tools. * The mo-file is compatible to GNU gettext(msgfmt). * multi-textdomain supported. You can select two kind of textdomain''s scope:...
2006 Feb 23
0
Ruby-GetText-Package-1.2.0
...lay names. And of course, Rails error messages have already been localized. Features: * Simple APIs(similar GNU gettext) * rgettext command for creating po-files from files below: o ruby scripts o glade-2 XML file(.glade) o ERB file(.rhtml) o ActiveRecord (.rb) * rmsgfmt command for creating a mo-file from a po-file. * The po-file is compatible to GNU gettext. You can maintain these files to use GNU getext tools. * The mo-file is compatible to GNU gettext(msgfmt). * multi-textdomain supported. You can select two kind of textdomain''s scope:...
2006 May 07
0
Ruby-GetText-Package-1.5.0
...eate, use, and modify localized the message files(message catalogs) easily. Features: * Simple APIs(similar GNU gettext) * rgettext command for creating po-files from files below: o ruby scripts o glade-2 XML file(.glade) o ERB file(.rhtml) o ActiveRecord (.rb) * rmsgfmt command for creating a mo-file from a po-file. * The po-file is compatible to GNU gettext. You can maintain these files to use GNU getext tools. * The mo-file is compatible to GNU gettext(msgfmt). * multi-textdomain supported. You can select two kind of textdomain''s scope:...
2006 Jul 17
0
Ruby-GetText-Package-1.7.0
...eate, use, and modify localized the message files(message catalogs) easily. Features: * Simple APIs(similar GNU gettext) * rgettext command for creating po-files from files below: o ruby scripts o glade-2 XML file(.glade) o ERB file(.rhtml) o ActiveRecord (.rb) * rmsgfmt command for creating a mo-file from a po-file. * The po-file is compatible to GNU gettext. You can maintain these files to use GNU getext tools. * The mo-file is compatible to GNU gettext(msgfmt). * multi-textdomain supported. You can bind plural textdomains to a class/module. * C...
2006 Jun 09
0
Ruby-GetText-Package-1.6.0
...eate, use, and modify localized the message files(message catalogs) easily. Features: * Simple APIs(similar GNU gettext) * rgettext command for creating po-files from files below: o ruby scripts o glade-2 XML file(.glade) o ERB file(.rhtml) o ActiveRecord (.rb) * rmsgfmt command for creating a mo-file from a po-file. * The po-file is compatible to GNU gettext. You can maintain these files to use GNU getext tools. * The mo-file is compatible to GNU gettext(msgfmt). * multi-textdomain supported. You can bind plural textdomains to a class/module. * C...
2006 Mar 11
0
Ruby-GetText-Package-1.3.0
...eate, use, and modify localized the message files(message catalogs) easily. Features: * Simple APIs(similar GNU gettext) * rgettext command for creating po-files from files below: o ruby scripts o glade-2 XML file(.glade) o ERB file(.rhtml) o ActiveRecord (.rb) * rmsgfmt command for creating a mo-file from a po-file. * The po-file is compatible to GNU gettext. You can maintain these files to use GNU getext tools. * The mo-file is compatible to GNU gettext(msgfmt). * multi-textdomain supported. You can select two kind of textdomain''s scope:...
2006 Sep 12
0
Ruby-GetText-Package-1.8.0
...eate, use, and modify localized the message files(message catalogs) easily. Features: * Simple APIs(similar GNU gettext) * rgettext command for creating po-files from files below: o ruby scripts o glade-2 XML file(.glade) o ERB file(.rhtml) o ActiveRecord (.rb) * rmsgfmt command for creating a mo-file from a po-file. * The po-file is compatible to GNU gettext. You can maintain these files to use GNU getext tools. * The mo-file is compatible to GNU gettext(msgfmt). * multi-textdomain supported. You can bind plural textdomains to a class/module. * C...
2010 Feb 23
12
"no such file to load -- gettext/rails" error
I get the error below when I try to start my server. Here are the versions installed: OS: Windows Server 2008 Ruby: 1.8.7 Gems: actionmailer (2.3.5, 1.3.5) actionpack (2.3.5, 1.13.5) actionwebservice (1.2.5) activerecord (2.3.5, 1.15.5) activeresource (2.3.5) activesupport (2.3.5, 1.4.4) cgi_multipart_eof_fix (2.5.0) daemons (1.0.10) gem_plugin
2005 Nov 07
9
Using Gettext To Translate Your Rails Application
Hi, Has anyone has any success using the gettext translation methods mentioned in this wiki page? http://manuals.rubyonrails.com/read/chapter/105 I got up to running the localize script at which point it protests about not being able to find ''gettext/rgettext'' from the require line at the top of the script: script/localize:8:in `require'': no such file to load --