Add page_entries_info I18n keys to README

This commit is contained in:
Bruno Freitas 2014-03-18 08:45:21 -03:00
parent e7d51668f0
commit 6ca2a6fdb7
1 changed files with 10 additions and 1 deletions

View File

@ -190,7 +190,16 @@ Keys and the default values are the following. You can override them by adding t
last: "Last »"
previous: "‹ Prev"
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}&nbsp;-&nbsp;%{last}</b> of <b>%{total}</b> in total"
=== Customizing the pagination helper