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.
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).