【发布时间】:2010-10-14 17:36:07
【问题描述】:
我正在使用 Rails 2.3.8 运行 ruby 1.8.7 (2010-01-10 patchlevel 249) [i686-darwin10.3.2],我必须使用该版本。当我运行“rake test”时,我得到了
The {{key}} interpolation syntax in I18n messages is deprecated. Please use %{key} instead.
有一个错误,但现在应该解决了:https://rails.lighthouseapp.com/projects/8994/tickets/4525-favor-in-all-code-instead-of-deprecated-as-interpolation-syntax-for-i18n
我尝试过 i18n gem 的 0.4.1、0.4.0 和 0.4.0-beta1 版本,但没有成功
有什么想法吗?
【问题讨论】:
标签: ruby-on-rails internationalization