This project is archived and is in readonly mode.

#4913 ✓committed
Prem Sichanugrist (sikachu)

Update vendored i18n gem to 0.4.1 and change i18n interpolations

Reported by Prem Sichanugrist (sikachu) | June 20th, 2010 @ 06:14 PM | in 2.3.9

Hi,

Today I found out that after I update my i18n gem to 0.4.1, I saw some warning about deprecated interpolations in Rails 2.3.8. It turned out that Rails 2.3.8 has shipped with the old style interpolations, i.e. {{...}}

So, I have created a patch to change all {{...}} to %{...}, and to make sure that I don't break someone's application, I also create another patch to update the vendored i18n gem to 0.4.1

Please see the attached patches for more detail. These patches shall be applied on 2-3-stable

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>

Referenced by

Pages