This project is archived and is in readonly mode.
Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n
Reported by Lawrence Pit | May 3rd, 2010 @ 07:47 AM
Attached patch removes use of the {{}} syntax, which is deprecated by i18n. All rails code and doc examples should promote using %{}.
Comments and changes to this ticket
-
Repository May 3rd, 2010 @ 12:47 PM
- State changed from new to resolved
(from [36fc489aa3086e384db9f13390f01246d006e47e]) Update I18n gem to 0.4.0.beta1 [#4525 state:resolved]. http://github.com/rails/rails/commit/36fc489aa3086e384db9f13390f012...
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>
People watching this ticket
Attachments
Referenced by
- 4525 Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax for I18n (from [36fc489aa3086e384db9f13390f01246d006e47e]) Update ...