我正在尝试在视图中呈现文字:
<h3><%= I18n.t('product.project_summary.exception_details') %></h3>
我的en.yml
文件是这样的:
en:
product:
project_summary:
exception_details: "Exception Details"
我检查了en.yml
文件中的空格和缩进,一切都很好看。但是,它仍然呈现为translation missing: en.product.project_summary.exception_details
。