Для тех кто не следит — мы победили, в рельсах вскоре будет нормальная поддержка проков в I18n.
---------- Forwarded message ----------
From:
Sven Fuchs <sven...@artweb-design.de>
Date: Sun, Jul 12, 2009 at 6:44 PM
Subject: [rails-i18n] I18n 0.2.0 released
To: rails-i18n <
rails...@googlegroups.com>
I've bumped the gem version to 0.2.0 and tagged v0.2.0 today.
Most importantly it includes:
* Lambda support (aka Yaroslav-prevails edition)
* Custom separators (aka Gettext-p0wned edition)
* Ruby 1.9 interpolation syntax (aka Masao-Mutoh-rocks edition)
For more details check out the changelog at
http://github.com/svenfuchs/i18n/blob/66e0eb7e1c8fb33fdbf83dbb97609d80be45cb88/CHANGELOG.textile
Thanks to everybody involved!
We still haven't managed to get the inclusion of Rails' vendorized gem
right. Thus it's currently not possible to use 0.2.0 in Rails easily.
As we've moved from 0.1.x to 0.2.x the pessimistic gem version
operator "~> 0.1.3" used in Rails won't load a 0.2.0 version of the
gem. I've added another patch that relaxes this to use the optimistic
operator ">= 0.1.3" instead:
https://rails.lighthouseapp.com/projects/8994/tickets/2871-allow-i18n-to-be-loaded-from-gem-instead-of-from-vendor-dir
With that patch being applied we'll still have to sort out the
Rubyforge release process. Josè Valim has volunteered for this and
I've asked Matt to add him to his Rubyforge project.
Meanwhile, with above patch applied, we could always clone the Github
repo and build the gem manually of course. This should also work fine
for playing with experimental builds in the future.