seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.5k stars 1k forks source link

best way i18n way to produce title on scaffold templates #909

Open ironoxid opened 8 years ago

ironoxid commented 8 years ago

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.