Ruby-GetText-Package-2.0.0

Hi,

Ruby-GetText-Package-2.0.0 is now available.

Ruby-GetText-Package now separate 2 base libraries and 3 libraries which support Ruby on Rails 2.3.2.

For all libraries/applications: * locale - Management Locale IDs * gettext - Message localizations

For Ruby on Rails: * locale_rails - Rails support with locale * gettext_activerecord - ActiveRecord Localization * gettext_rails - Support other localization same with gettext-1.93.0.

See HOWTO below to migrate rails-2.1.x apps to rails-2.3.2.

* 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-migration.html

Changes

does this version support rails 2.2.x?

No, Rails-2.2.0 - Rails-2.3.1 are not supported.

i would recommend to simply switch to fast_gettext http://github.com/grosser/fast_gettext , a simpler/cleaner/faster/efficient solution that will not break when any part of rails is updated, since it cooperates with I18n (through gettext_i18n_rails plugin).

i would recommend to simply switch to fast_gettext http://github.com/grosser/fast_gettext , a simpler/cleaner/faster/efficient solution that will not break when any part of rails is updated, since it cooperates with I18n (through gettext_i18n_rails plugin).