This project is archived and is in readonly mode.
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
-
malclocke August 31st, 2010 @ 04:10 AM
Would say this is a duplicate of #4913 which fixes this issue.
-
José Valim September 1st, 2010 @ 11:16 PM
- State changed from new to duplicate
- Importance changed from to Low
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>