diff options
author | Mikel Lindsaar <raasdnil@gmail.com> | 2010-02-03 16:10:07 +1100 |
---|---|---|
committer | Mikel Lindsaar <raasdnil@gmail.com> | 2010-02-03 16:10:07 +1100 |
commit | 7ebabb18bebd00df9a799db95229c7e038b589b3 (patch) | |
tree | ac0329a84274f517ae39b5962d7e32317aaaedd7 | |
parent | b2159936628dc25375be123eb179211b79e7c8b2 (diff) | |
download | rails-7ebabb18bebd00df9a799db95229c7e038b589b3.tar.gz rails-7ebabb18bebd00df9a799db95229c7e038b589b3.tar.bz2 rails-7ebabb18bebd00df9a799db95229c7e038b589b3.zip |
Fixed up i18n info on release notes
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index c7afad0891..23e216c0d8 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -155,14 +155,14 @@ More Information: - "Rails Documentation Projects":http://weblog.rubyonrails.org h3. Internationalization -Rails has many improvements in I18n support, including the latest "I18n":http://github.com/svenfuchs/i18n gem supplying many speed improvements. +A large amount of work has been done with I18n support in Rails 3, including the latest "I18n":http://github.com/svenfuchs/i18n gem supplying many speed improvements. * I18n for any object - I18n behavior can be added to any object by including <tt>ActiveModel::Translation</tt> and <tt>ActiveModel::Validations</tt>. There is also an <tt>errors.messages</tt> fallback for translations. * Attributes can have default translations. * Form Submit Tags automatically pull the correct status (Create or Update) depending on the object status, and so pull the correct translation. * Labels with I18n also now work by just passing the attribute name. -More Information: - "Speedup for I18n":http://blog.plataformatec.com.br/2009/12/run-i18n-run/ +More Information: - "Speedup for I18n":http://blog.plataformatec.com.br/2010/02/rails-3-i18n-changes/ h3. Railties |