This project is archived and is in readonly mode.

#5387 ✓duplicate
Paul Hieromnimon

Rails 2.3.x incompatible with i18n > 0.3.7

Reported by Paul Hieromnimon | August 16th, 2010 @ 07:30 PM

I'm getting the following warning all over the place when I run my app's test suite:

The {{key}} interpolation syntax in I18n messages is deprecated. Please use %{key} instead.

Fixed all my application code, so the problem is in the framework. It looks like Rails 2.3.x is incompatible with i18n > 0.3.7

My patch locks down the range of i18n versions, so you guys can use it if you don't feel like backporting code from master to solve compatibility issues.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Tags

Pages