test/lib/tmp/config/locales/en.yml in controller_scaffolding-1.4.1 vs test/lib/tmp/config/locales/en.yml in controller_scaffolding-1.4.2
- old
+ new
@@ -1,6 +1,19 @@
-
+---
en:
-
-
-
-
+ will_paginate:
+ models:
+ people:
+ zero: People
+ one: Person
+ other: People
+ dinosaurs:
+ zero: Dinosaurs
+ one: Dinosaur
+ other: Dinosaurs
+ page_entries_info:
+ multi_page_html: Displaying <b>%{from} - %{to}</b> of <b>%{count}</b>
+ %{model}
+ single_page_html:
+ zero: No %{model} found
+ one: Displaying <b>1</b> %{model}
+ other: Displaying <b>all %{count}</b> %{model}