mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Update README.rdoc
Added info for non-English localization use.
This commit is contained in:
parent
5629661f84
commit
9ed0f0e58c
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ Keys and the default values are the following. You can override them by adding t
|
|||
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"
|
||||
If you use non-English localization see {i18n rules}[https://github.com/svenfuchs/i18n/blob/f19893d84262261d9c8abe303f465ea28ba057e4/test/test_data/locales/plurals.rb] for changing <tt>one_page:display_entries</tt> block.
|
||||
|
||||
=== Customizing the pagination helper
|
||||
|
||||
|
|
Loading…
Reference in a new issue