You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: