我正在做我的第一个refinerycms 项目,页脚中有这一行:
<%= t('.copyright', :year => Time.now.year, :site_name => Refinery::Core.site_name) %>
它在我的网站上显示:
i18n: Copyright
i18n 来自哪里,需要 t 函数吗?
编辑:
我的 /config/locales/en.yml 包含以下代码。我是否需要为此添加一些东西,或者最好只是删除 t() 标签?
en:
hello: "Hello world"