seyhunak/twitter-bootstrap-rails

best way i18n way to produce title on scaffold templates

ironoxid opened this issue · 0 comments

Hello,
can you change the title line to improve i18n?
From:
<h1><%=t '.title', :default => model_class.model_name.human.pluralize.titleize %></h1>
To:
<h1><%=t '.title', :default => model_class.model_name.human(count: 2).titleize %></h1>
By this way is possibile to use model/one and model/other on locales.
Thank you
G.