Path to this page:
Subject: CVS commit: wip/ruby-gettext
From: OBATA Akio
Date: 2008-05-11 17:26:45
Message id: E1JvDS0-00022i-8C@sc8-pr-cvs1.sourceforge.net
Log Message:
Update ruby-gettext to 1.91.0
Notes:
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Files: