1
0
Fork 0
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:
Bruno Freitas 2014-03-18 08:45:21 -03:00 committed by Yuki Nishijima
parent d13381f84a
commit eea8a240ee

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