pagy 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/config/pagy.rb +1 -1
- data/lib/javascripts/pagy.js +1 -1
- data/lib/locales/bs.yml +24 -0
- data/lib/locales/hr.yml +24 -0
- data/lib/locales/sr.yml +23 -0
- data/lib/locales/utils/p11n.rb +3 -0
- data/lib/pagy.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0eec238a32b24a046a7ddaf632f6bfeeb73ef8a2fb0389222b322d50d1b3fd64
|
|
4
|
+
data.tar.gz: 9dc1b595e6a6c6b37cb5c1d32080517c383bbbd5d5d1ce023eac384114aeebb7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9be42486ebe3686f8461d5868427446664b00b7c733dafc4506eca883e280fc71a5c1cbd94fcbe9c8f15e12aa6b6af550e8890f71b835629d45f926d0e850a8b
|
|
7
|
+
data.tar.gz: 9563de1d768f284a65ec0ae3f60530e29ea36b62c0455048cefb81fa49c95bae21188beafbc9adc9e16fd7abc902ed1498070942a38847524eb9ffa23b89a75b
|
data/lib/config/pagy.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
-
# Pagy initializer file (4.
|
|
4
|
+
# Pagy initializer file (4.1.0)
|
|
5
5
|
# Customize only what you really need and notice that Pagy works also without any of the following lines.
|
|
6
6
|
# Should you just cherry pick part of this file, please maintain the require-order of the extras
|
|
7
7
|
|
data/lib/javascripts/pagy.js
CHANGED
data/lib/locales/bs.yml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# :east_slavic pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/locales/utils/p11n.rb)
|
|
2
|
+
|
|
3
|
+
bs:
|
|
4
|
+
pagy:
|
|
5
|
+
|
|
6
|
+
item_name:
|
|
7
|
+
one: "stavka"
|
|
8
|
+
few: "stavke"
|
|
9
|
+
many: "stavki"
|
|
10
|
+
other: "stavki"
|
|
11
|
+
|
|
12
|
+
nav:
|
|
13
|
+
prev: "‹ Prethodna"
|
|
14
|
+
next: "Sljedeća ›"
|
|
15
|
+
gap: "…"
|
|
16
|
+
|
|
17
|
+
info:
|
|
18
|
+
no_items: "Nije pronađena %{item_name}"
|
|
19
|
+
single_page: "Prikazuje se <b>%{count}</b> %{item_name}"
|
|
20
|
+
multiple_pages: "Prikaz %{item_name} <b>%{from}-%{to}</b> od <b>%{count}</b> ukupno"
|
|
21
|
+
|
|
22
|
+
combo_nav_js: "Stranica %{page_input} od %{pages}"
|
|
23
|
+
|
|
24
|
+
items_selector_js: "Prikaži %{items_input} %{item_name} po stranici"
|
data/lib/locales/hr.yml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# :east_slavic pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/locales/utils/p11n.rb)
|
|
2
|
+
|
|
3
|
+
hr:
|
|
4
|
+
pagy:
|
|
5
|
+
|
|
6
|
+
item_name:
|
|
7
|
+
one: "stavka"
|
|
8
|
+
few: "stavke"
|
|
9
|
+
many: "stavki"
|
|
10
|
+
other: "stavki"
|
|
11
|
+
|
|
12
|
+
nav:
|
|
13
|
+
prev: "‹ Prethodna"
|
|
14
|
+
next: "Sljedeća ›"
|
|
15
|
+
gap: "…"
|
|
16
|
+
|
|
17
|
+
info:
|
|
18
|
+
no_items: "Nije pronađena %{item_name}"
|
|
19
|
+
single_page: "Prikazuje se <b>%{count}</b> %{item_name}"
|
|
20
|
+
multiple_pages: "Prikaz %{item_name} <b>%{from}-%{to}</b> od <b>%{count}</b> ukupno"
|
|
21
|
+
|
|
22
|
+
combo_nav_js: "Stranica %{page_input} od %{pages}"
|
|
23
|
+
|
|
24
|
+
items_selector_js: "Prikaži %{items_input} %{item_name} po stranici"
|
data/lib/locales/sr.yml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# :east_slavic pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/locales/utils/p11n.rb)
|
|
2
|
+
|
|
3
|
+
sr:
|
|
4
|
+
pagy:
|
|
5
|
+
item_name:
|
|
6
|
+
one: "ставка"
|
|
7
|
+
few: "ставкe"
|
|
8
|
+
many: "ставки"
|
|
9
|
+
other: "ставки"
|
|
10
|
+
|
|
11
|
+
nav:
|
|
12
|
+
prev: "‹ Претходна"
|
|
13
|
+
next: "Следећa ›"
|
|
14
|
+
gap: "…"
|
|
15
|
+
|
|
16
|
+
info:
|
|
17
|
+
no_items: "Нema пронађених %{item_name}"
|
|
18
|
+
single_page: "Приказује се <b>%{count}</b> %{item_name}"
|
|
19
|
+
multiple_pages: "Приказ %{item_name} <b>%{from}-%{to}</b> од <b>%{count}</b> укупно"
|
|
20
|
+
|
|
21
|
+
combo_nav_js: "Страниca %{page_input} од %{pages}"
|
|
22
|
+
|
|
23
|
+
items_selector_js: "Прикажи %{items_input} %{item_name} по страниcи"
|
data/lib/locales/utils/p11n.rb
CHANGED
|
@@ -67,14 +67,17 @@ p11n = {
|
|
|
67
67
|
# The default pluralization for locales not explicitly listed here
|
|
68
68
|
# is the :one_other pluralization proc (used for English)
|
|
69
69
|
plurals = Hash.new(p11n[:one_other]).tap do |hash|
|
|
70
|
+
hash['bs'] = p11n[:east_slavic]
|
|
70
71
|
hash['cs'] = p11n[:west_slavic]
|
|
71
72
|
hash['id'] = p11n[:other]
|
|
72
73
|
hash['fr'] = p11n[:one_upto_two_other]
|
|
74
|
+
hash['hr'] = p11n[:east_slavic]
|
|
73
75
|
hash['ja'] = p11n[:other]
|
|
74
76
|
hash['km'] = p11n[:other]
|
|
75
77
|
hash['ko'] = p11n[:other]
|
|
76
78
|
hash['pl'] = p11n[:polish]
|
|
77
79
|
hash['ru'] = p11n[:east_slavic]
|
|
80
|
+
hash['sr'] = p11n[:east_slavic]
|
|
78
81
|
hash['sv'] = p11n[:one_two_other]
|
|
79
82
|
hash['sv-SE'] = p11n[:one_two_other]
|
|
80
83
|
hash['tr'] = p11n[:other]
|
data/lib/pagy.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pagy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Domizio Demichelis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-03-
|
|
11
|
+
date: 2021-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: 'Agnostic pagination in plain ruby: it works with any framework, ORM
|
|
14
14
|
and DB type, with all kinds of collections, even pre-paginated, scopes, Arrays,
|
|
@@ -24,6 +24,7 @@ files:
|
|
|
24
24
|
- lib/javascripts/pagy.js
|
|
25
25
|
- lib/locales/README.md
|
|
26
26
|
- lib/locales/bg.yml
|
|
27
|
+
- lib/locales/bs.yml
|
|
27
28
|
- lib/locales/ca.yml
|
|
28
29
|
- lib/locales/cs.yml
|
|
29
30
|
- lib/locales/da.yml
|
|
@@ -31,6 +32,7 @@ files:
|
|
|
31
32
|
- lib/locales/en.yml
|
|
32
33
|
- lib/locales/es.yml
|
|
33
34
|
- lib/locales/fr.yml
|
|
35
|
+
- lib/locales/hr.yml
|
|
34
36
|
- lib/locales/id.yml
|
|
35
37
|
- lib/locales/it.yml
|
|
36
38
|
- lib/locales/ja.yml
|
|
@@ -42,6 +44,7 @@ files:
|
|
|
42
44
|
- lib/locales/pt-BR.yml
|
|
43
45
|
- lib/locales/pt.yml
|
|
44
46
|
- lib/locales/ru.yml
|
|
47
|
+
- lib/locales/sr.yml
|
|
45
48
|
- lib/locales/sv-SE.yml
|
|
46
49
|
- lib/locales/sv.yml
|
|
47
50
|
- lib/locales/sw.yml
|