我想使用 I18n,我已经开始了解如何做到这一点,railscast
但事情变得疯狂,我不知道错误在哪里,尝试检查格式,尝试了几种方法但仍然无法完成。
我的en.yml
en:
category:
index:
title: "Listing Categories"
name: "Name"
is_active: "Is Active"
我的view
<%= t 'category.index.title' %>
但是返回I18n::InvalidLocaleData in Categories#index
和can not load translations from /home/lenovo/cost_control/config/locales/en.yml, expected it to return a hash, but does not
我试了一下我en.yml
的:
en:
title: "Listing Categories"
并且可以完美地工作,但是当我添加更多行时,只需将这些错误返回给我。对不起,我在 Rails 上还没有那么先进,谢谢你们的帮助:D 真的。