ru:
activerecord:
models:
company:
one: "Компания"
two: "Компании"
other: "Компании"
<%- model_class = Company -%>
<div class="page-header">
<h1><%=t '.title', :default => model_class.model_name.human.pluralize.titleize %></h1>
</div>