プロジェクトに Twitter Bootstrap をインストールしたところ、不明な構文が見つかりました。
<%=t '.title', :default => model_class.model_name.human.pluralize %>
<%= link_to t('.new', :default => t("helpers.links.new")),
new_article_path,
:class => 'btn btn-primary' %>
'.title'
、'.new'
、の意味がわかりません'helpers.links.new'
。これらの構造は、ロケール辞書とどのように相互作用しますか?
また、私はそれについて読むことができるメソッドの構築:default =>
に会ったことがありませんか?t