search for: update_pofil

Displaying 3 results from an estimated 3 matches for "update_pofil".

Did you mean: update_pofiles
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 Aug 11
2
gettext problem
...tarted to evaluate ruby-gettext, as it allows me to translate rails validation errors, including model and attribute names. I follow the tutorial at http://manuals.rubyonrails.org/read/chapter/105, and finally solved each problem, except one. when I call rakeupdatepo (wich itself call GetText.update_pofiles()), it sometimes warm me of errors (sometimes that the charset is not defined in a header, sometimes just "parse error"). If I launch the same command one second later, all go fine. The problem is that on each error, my .po files are empty. The second execution recreates them wich...
2005 Dec 29
5
Ruby-GetText-Package-1.1.0
Hi, Ruby-GetText-Package-1.1.0 is now available. This release enhances many features for Ruby on Rails. I hope this release make your Application support L10n. And thanks for many helps! Highlights ---------- * Added some functions which managed po/mo files easily. * GetText.update_pofiles creates/updates pot/po files. The idea is from Sascha Ebach. * String% is extended to accept named argument. "%{file} is selected." % {:file => "foo.rb"} Proposed by Sascha Ebach and Kazuhiro NISHIYAMA. * Enhanced Ruby on Rails support. * ActiveRecord sup...