From 6ca2a6fdb7149f1e2c6c639e1ce03bf5baf49988 Mon Sep 17 00:00:00 2001 From: Bruno Freitas Date: Tue, 18 Mar 2014 08:45:21 -0300 Subject: [PATCH] Add page_entries_info I18n keys to README --- README.rdoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 178a2f8..eab3b96 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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 1 %{entry_name}" + other: "Displaying all %{count} %{entry_name}" + more_pages: + display_entries: "Displaying %{entry_name} %{first} - %{last} of %{total} in total" === Customizing the pagination helper