search for: rgettext

Displaying 15 results from an estimated 15 matches for "rgettext".

Did you mean: gettext
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 -- gettext/rgettext (LoadError) from script/localize:8 I''m using the Debian (Sarge) packages libgettext-ruby1.8 and libgettext-ruby-util thanks -- Mark B...
2006 Sep 12
0
Ruby-GetText-Package-1.8.0
.... e.g.) You can use gettext methods in the subclass of ActiveForm[1] http://www.realityforge.org/svn/code/active-form/trunk/ * Works rails edge again (http://dev.rubyonrails.org/ticket/5810) * Add GetText.bindtextdomain_to(klass, domainname), .textdomain_to(klass, domainname) * rgettext supports -r, -d options. -r is to set an option parser. -d is for debugging mode. (e.g.) $ rgettext -r fooparser test.foo * Update translations: pt_BR, de, zh_TW, * Code cleanup, fixed bugs. Thanks to: Translators: Joao Pedrosa(pt_BR), Partick Lenz(de), Erkki Eilonen(et),...
2005 Dec 29
5
Ruby-GetText-Package-1.1.0
...* Enhanced Ruby on Rails support. * ActiveRecord support. Inspired from Simon Santoro(rgtrans). * the error messages are localized. Also, you can add your own messages with _(""). * You can use gettext methods in the models unless preparing anything. * rgettext extracts the table names/field names of the subclass of ActiveRecord::Base as the msgid. You don''t need to add anything to your model classes by yourself. Even for the English developers who don''t need to localize their application, this functi...
2008 Sep 15
1
Ruby-GetText-Package-1.93.0
...rly using client-side locale information. And the tools for developers support to create, use, and modify localized the message files(message catalogs) easily. Features: * Simple APIs(similar GNU gettext) * Singular/plural messages in each locales. * Extract strings automatically * 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 co...
2006 Jan 15
15
Gettext and Rails ?
Hello, I''m trying to use ruby-gettext 1.1.1 (installed with gem) with rails and here is all I get : undefined method `init_gettext'' for ApplicationController:Class Here is my source : require ''gettext/rails'' class ApplicationController < ActionController::Base init_gettext "test" end As a Nuby, I don''t really know what to do.
2005 May 17
5
Strings, Variables and GetText
Hi, I''m starting to use GetText and have this code: render_text %(<script language="JavaScript" type="text/javascript"> parent.mainframe.onUpdateNew("Gallery <b>#{@media.name}</b> was successfully created.", "#{@media.name}","#{String(@media.id)}","#{@media.media_type}"); </script>) I need to convert
2006 May 01
2
GetText.update_pofiles: seeking help with error message
[Re-post from Ruby list, where this didn''t belong. Sorry for the noise.] Hi all! Following the guide at http://manuals.rubyonrails.com/read/chapter/105, I''m trying to i18n a Rails application. However, when executing ''rake updatepo'', I get the following error message: "numeric literal without digits" Searching Google and the mailing list
2006 Apr 15
0
Ruby-GetText-Package-1.4.0
...r GNU gettext package. The library converts the messages to localized messages properly using client-side locale information. And the tools for developers support to create, 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...
2006 Feb 23
0
Ruby-GetText-Package-1.2.0
...ames which the subclass of ActiveRecord::Base has. Even if your application is only for English, you can use gettext as the converter of table/field names <=> display 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...
2006 May 07
0
Ruby-GetText-Package-1.5.0
...r GNU gettext package. The library converts the messages to localized messages properly using client-side locale information. And the tools for developers support to create, 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...
2006 Jul 17
0
Ruby-GetText-Package-1.7.0
...r GNU gettext package. The library converts the messages to localized messages properly using client-side locale information. And the tools for developers support to create, 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...
2006 Jun 09
0
Ruby-GetText-Package-1.6.0
...r GNU gettext package. The library converts the messages to localized messages properly using client-side locale information. And the tools for developers support to create, 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...
2006 Mar 11
0
Ruby-GetText-Package-1.3.0
...r GNU gettext package. The library converts the messages to localized messages properly using client-side locale information. And the tools for developers support to create, 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...
2006 Jul 06
6
Problem with gettext and functional tests
Hi, I am using gettext to let my web application know several languages. All works fine, but since I integrated it, my functional tests don''t work any more. I keep getting the error message: NoMethodError: undefined method `cgi'' for #<ActionController::TestRequest:0xb77f7f88>. All right, TestRequest doesn''t have a cgi method. Therefore I just included this into
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