【发布时间】:2012-05-11 01:28:54
【问题描述】:
我注意到在 i18n rails guide 中,它们有以下代码:
en:
activerecord:
errors:
template:
header:
one: "1 error prohibited this %{model} from being saved"
other: "%{count} errors prohibited this %{model} from being saved"
body: "There were problems with the following fields:"
%{...} 是什么意思?这与#{...} 有何不同?
【问题讨论】:
标签: ruby-on-rails internationalization yaml