mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
393943a50e
* :window, :outer_window, :left, :right will be interpreted similarly to how they were, except the supplied N would be the number of pages you actually get. 0 means disable for the outer windows * outer windows will be disabled by default in favor of first/last links * include a "disabled" class when appropriate, and always include the label text (but no link tag when current page). Users that want these tags to disappear completely when inapplicable can style them to display: none. (Similarly for "first" and "last".) * changed the default labels - double angle quotes for "first" and "last", single angle quotes for "previous" and "next". (Consider a standard set of video or audio transport controls: << < stop > >>)
10 lines
279 B
YAML
10 lines
279 B
YAML
# Sample localization file for Kaminari. You can override these values in your app's locales file if you want.
|
|
|
|
en:
|
|
views:
|
|
pagination:
|
|
first: "« First"
|
|
last: "Last »"
|
|
previous: "‹ Prev"
|
|
next: "Next ›"
|
|
truncate: "..."
|