test/dummy/config/locales/en.yml in controller_scaffolding-0.0.52 vs test/dummy/config/locales/en.yml in controller_scaffolding-0.1.5

- old
+ new

@@ -18,8 +18,22 @@ # # To learn more, please read the Rails Internationalization guide # available at http://guides.rubyonrails.org/i18n.html. en: - hello: "Hello world" + + + will_paginate: + models: + people: + zero: People + one: Person + other: People + page_entries_info: + multi_page_html: "Displaying <b>%{from}&nbsp;-&nbsp;%{to}</b> of <b>%{count}</b> %{model}" + single_page_html: + zero: "No %{model} found" + one: "Displaying <b>1</b> %{model}" + other: "Displaying <b>all&nbsp;%{count}</b> %{model}" +