[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] gettext-2.0.1, gettext_activerecord-2.0.1, gettext_rails-2.0.1

Masao Mutoh

4/18/2009 5:03:00 PM

Hi,

Ruby-GetText-Package-2.0.1 and the families
(gettext-2.0.1, gettext_activerecord-2.0.1 and gettext_rails-2.0.1)
are now available.

Ruby-GetText-Package is the library/tools for message localization.

* gettext - Message localization libraries and tools for all kind of apps/libs.
* gettext_activerecord - ActiveRecord Localization
* gettext_rails - Rails support with gettext.

Changes
-------
* gettext-2.0.1
* Fixed bugs
* doesn't work with ruby-1.8.5. [Reported by Dan Coutu]
* GetText.locale= can't keep the locale. [Reported by Adam Ilan]
* Break backward compatibility of bindtextdomain
[Reported by Mamoru Tasaka(#24947), Mathieu Blondel]
* Other trivial fixes/improvement.
* 1.8 times faster than 2.0.0.
* GetText::LocalePath is separated from GetText::TextDomainManager.
Improve to find the locale path.
* Enhance to support ruby-1.9.x [by OZAWA Sakuro]

* gettext_activerecord-2.0.1
* parser.rb: skip anonymous classes [by TieTew]

* gettext_rails-2.0.0
* ActionMailer didn't work. [Reported by Simone Carletti]
* error_messages_for doesn't have compatibility with original method. [by Adam Ilan]

(NOTE)
* Rails-2.3.1 and earlier aren't supported.

Thanks to
-------
OZAWA Sakuro, Tietew, Dan Coutu, Adam Ilan, Mamoru Tasaka,
Mathieu Blondel, Simone Carletti

Website
-------
* homepage
http://www.yotabanana.com/hiki/ruby-ge...
* rubyforge
http://rubyforge.org/projec...
* github
http://github.com/mutoh/gettext/t...
http://github.com/mutoh/gettext_activerecord/t...
http://github.com/mutoh/gettext_rails/t...

* Download
http://rubyforge.org/frs/?group_id=1997&releas...

* Ruby-GetText-Package HOWTOs
http://www.yotabanana.com/hiki/ruby-gettext-...
* Ruby-GetText-Package HOWTO for Ruby on Rails
http://www.yotabanana.com/hiki/ruby-gettext-...
* HOWTO Migrate rails-2.1.x(gettext-1.93.0) to rails-2.3.2(gettext-2.0.0)
http://www.yotabanana.com/hiki/ruby-gettext-rails-migr...
* Ruby-GetText-Package documents for Translators
http://www.yotabanana.com/hiki/ruby-gettext-tran...

ScreenShots
-----------
Screenshots in 23 languages (Sample Rails blog) are:
http://www.yotabanana.com/hiki/?ruby-gettext-...

--
Masao Mutoh <mutomasa@gmail.com>