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 T.(#24947), Mathieu B.] - 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.
- Fixed bugs
-
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 C.]
- 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 T.,
Mathieu B., Simone C.
Website
-
rubyforge
http://rubyforge.org/projects/gettext -
github
GitHub - mutoh/gettext: Ruby-GetText-Package is a Localization(L10n) library and tools which modeled after GNU gettext package.
GitHub - mutoh/gettext_activerecord: ActiveRecord(>2.2) localization using Ruby-GetText-Package
GitHub - mutoh/gettext_rails: Ruby on Rails (>=2.3) localization support with Ruby-GetText-Package. -
Download
http://rubyforge.org/frs/?group_id=1997&release_id=32471 -
Ruby-GetText-Package HOWTOs
http://www.yotabanana.com/hiki/ruby-gettext-howto.html -
Ruby-GetText-Package HOWTO for Ruby on Rails
http://www.yotabanana.com/hiki/ruby-gettext-rails.html -
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 -
Ruby-GetText-Package documents for Translators
http://www.yotabanana.com/hiki/ruby-gettext-translate.html
ScreenShots
Screenshots in 23 languages (Sample Rails blog) are:
http://www.yotabanana.com/hiki/?ruby-gettext-screenshot
–
Masao M. [email protected]