mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Add page_entries_info I18n keys to README
This commit is contained in:
parent
d13381f84a
commit
eea8a240ee
1 changed files with 10 additions and 1 deletions
11
README.rdoc
11
README.rdoc
|
@ -190,7 +190,16 @@ Keys and the default values are the following. You can override them by adding t
|
||||||
last: "Last »"
|
last: "Last »"
|
||||||
previous: "‹ Prev"
|
previous: "‹ Prev"
|
||||||
next: "Next ›"
|
next: "Next ›"
|
||||||
truncate: "..."
|
truncate: "…"
|
||||||
|
helpers:
|
||||||
|
page_entries_info:
|
||||||
|
one_page:
|
||||||
|
display_entries:
|
||||||
|
zero: "No %{entry_name} found"
|
||||||
|
one: "Displaying <b>1</b> %{entry_name}"
|
||||||
|
other: "Displaying <b>all %{count}</b> %{entry_name}"
|
||||||
|
more_pages:
|
||||||
|
display_entries: "Displaying %{entry_name} <b>%{first} - %{last}</b> of <b>%{total}</b> in total"
|
||||||
|
|
||||||
=== Customizing the pagination helper
|
=== Customizing the pagination helper
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue