decidim-pages 0.25.0.rc4 → 0.26.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/decidim/pages/application/show.html.erb +1 -1
- data/config/locales/eu.yml +5 -0
- data/config/locales/ga-IE.yml +12 -0
- data/config/locales/lb-LU.yml +34 -0
- data/config/locales/lb.yml +35 -0
- data/config/locales/pl.yml +4 -1
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +7 -2
- data/config/locales/ro-RO.yml +5 -5
- data/config/locales/sv.yml +5 -0
- data/config/locales/val-ES.yml +1 -0
- data/lib/decidim/pages/engine.rb +4 -0
- data/lib/decidim/pages/version.rb +1 -1
- metadata +14 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b718c79aef29d81f7beb9fa4e77ebfd2228a7db9ba5ac4110d0428231a6322c7
|
4
|
+
data.tar.gz: 591e821a96e25a073baed84c6414d60d4b900addfb4fc4ce2ad475bdd7ed4150
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ad025abdd746c59bfb9950760dfc9e4732890702b36cc54664a0267f7b1d6f64ea39966f7ed3894edb19a6964c98db0039a18b660dbf9e6d836f036c01e0f89
|
7
|
+
data.tar.gz: 789165b76831d6fc318578feabfa1f94a87b67ba7f63e61ad52229f404ef367cb199a92c51c8f70634e207813cf894b42b274cf8b67747eb49d472c4fd5e8e31
|
data/config/locales/eu.yml
CHANGED
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/lb-LU.yml
CHANGED
@@ -1 +1,35 @@
|
|
1
1
|
lb:
|
2
|
+
activerecord:
|
3
|
+
models:
|
4
|
+
decidim/pages/page:
|
5
|
+
one: Seite
|
6
|
+
other: Seiten
|
7
|
+
decidim:
|
8
|
+
admin_log:
|
9
|
+
page:
|
10
|
+
update: "%{user_name} hat die Seite %{resource_name} in %{space_name} aktualisiert"
|
11
|
+
components:
|
12
|
+
pages:
|
13
|
+
name: Seite
|
14
|
+
settings:
|
15
|
+
global:
|
16
|
+
announcement: Ankündigung
|
17
|
+
step:
|
18
|
+
announcement: Ankündigung
|
19
|
+
pages:
|
20
|
+
admin:
|
21
|
+
models:
|
22
|
+
components:
|
23
|
+
body: Haupttext
|
24
|
+
pages:
|
25
|
+
edit:
|
26
|
+
save: Aktualisieren
|
27
|
+
title: Seite bearbeiten
|
28
|
+
update:
|
29
|
+
invalid: Beim Speichern der Seite sind Fehler aufgetreten.
|
30
|
+
success: Seite erfolgreich gespeichert
|
31
|
+
home:
|
32
|
+
hero:
|
33
|
+
participate_title: An den Prozessen der Plattform teilnehmen
|
34
|
+
sub_hero:
|
35
|
+
register_title: Registrieren
|
@@ -0,0 +1,35 @@
|
|
1
|
+
lb:
|
2
|
+
activerecord:
|
3
|
+
models:
|
4
|
+
decidim/pages/page:
|
5
|
+
one: Seite
|
6
|
+
other: Seiten
|
7
|
+
decidim:
|
8
|
+
admin_log:
|
9
|
+
page:
|
10
|
+
update: "%{user_name} hat die Seite %{resource_name} in %{space_name} aktualisiert"
|
11
|
+
components:
|
12
|
+
pages:
|
13
|
+
name: Seite
|
14
|
+
settings:
|
15
|
+
global:
|
16
|
+
announcement: Ankündigung
|
17
|
+
step:
|
18
|
+
announcement: Ankündigung
|
19
|
+
pages:
|
20
|
+
admin:
|
21
|
+
models:
|
22
|
+
components:
|
23
|
+
body: Haupttext
|
24
|
+
pages:
|
25
|
+
edit:
|
26
|
+
save: Aktualisieren
|
27
|
+
title: Seite bearbeiten
|
28
|
+
update:
|
29
|
+
invalid: Beim Speichern der Seite sind Fehler aufgetreten.
|
30
|
+
success: Seite erfolgreich gespeichert
|
31
|
+
home:
|
32
|
+
hero:
|
33
|
+
participate_title: An den Prozessen der Plattform teilnehmen
|
34
|
+
sub_hero:
|
35
|
+
register_title: Registrieren
|
data/config/locales/pl.yml
CHANGED
@@ -5,7 +5,7 @@ pl:
|
|
5
5
|
one: Strona
|
6
6
|
few: Strony
|
7
7
|
many: Stron
|
8
|
-
other:
|
8
|
+
other: Strony
|
9
9
|
decidim:
|
10
10
|
admin_log:
|
11
11
|
page:
|
@@ -30,3 +30,6 @@ pl:
|
|
30
30
|
update:
|
31
31
|
invalid: Podczas zapisywania strony wystąpił błąd.
|
32
32
|
success: Strona została zapisana.
|
33
|
+
home:
|
34
|
+
sub_hero:
|
35
|
+
register_title: Zarejestruj się, aby utworzyć konto
|
data/config/locales/pt-BR.yml
CHANGED
data/config/locales/pt.yml
CHANGED
@@ -7,7 +7,7 @@ pt:
|
|
7
7
|
decidim:
|
8
8
|
admin_log:
|
9
9
|
page:
|
10
|
-
update: "%{user_name}
|
10
|
+
update: "%{user_name} actualizou a página %{resource_name} em %{space_name}"
|
11
11
|
components:
|
12
12
|
pages:
|
13
13
|
name: Página
|
@@ -27,4 +27,9 @@ pt:
|
|
27
27
|
title: Editar página
|
28
28
|
update:
|
29
29
|
invalid: Ocorreu um problema ao guardar a página.
|
30
|
-
success:
|
30
|
+
success: Pagina guardada com êxito.
|
31
|
+
home:
|
32
|
+
hero:
|
33
|
+
participate_title: Participe nos processos da plataforma
|
34
|
+
sub_hero:
|
35
|
+
register_title: Registre para criar conta
|
data/config/locales/ro-RO.yml
CHANGED
@@ -11,7 +11,7 @@ ro:
|
|
11
11
|
update: "%{user_name} a actualizat pagina %{resource_name} în %{space_name}"
|
12
12
|
components:
|
13
13
|
pages:
|
14
|
-
name:
|
14
|
+
name: Pagina
|
15
15
|
settings:
|
16
16
|
global:
|
17
17
|
announcement: Anunţ
|
@@ -21,14 +21,14 @@ ro:
|
|
21
21
|
admin:
|
22
22
|
models:
|
23
23
|
components:
|
24
|
-
body:
|
24
|
+
body: Conținut
|
25
25
|
pages:
|
26
26
|
edit:
|
27
|
-
save:
|
28
|
-
title:
|
27
|
+
save: Actualizează
|
28
|
+
title: Editează pagina
|
29
29
|
update:
|
30
30
|
invalid: A apărut o eroare la salvarea paginii.
|
31
|
-
success:
|
31
|
+
success: Pagina a fost salvată cu succes.
|
32
32
|
home:
|
33
33
|
hero:
|
34
34
|
participate_title: Participă la procesele platformei
|
data/config/locales/sv.yml
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
val:
|
data/lib/decidim/pages/engine.rb
CHANGED
@@ -14,6 +14,10 @@ module Decidim
|
|
14
14
|
resources :pages, only: [:show], controller: :application
|
15
15
|
root to: "application#show"
|
16
16
|
end
|
17
|
+
|
18
|
+
initializer "decidim_pages.webpacker.assets_path" do
|
19
|
+
Decidim.register_assets_path File.expand_path("app/packs", root)
|
20
|
+
end
|
17
21
|
end
|
18
22
|
end
|
19
23
|
end
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-pages
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
8
8
|
- Marc Riera Casals
|
9
9
|
- Oriol Gual Oliva
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2022-01-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: decidim-core
|
@@ -18,42 +18,42 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.
|
21
|
+
version: 0.26.0.rc1
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - '='
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.
|
28
|
+
version: 0.26.0.rc1
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: decidim-dev
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.
|
35
|
+
version: 0.26.0.rc1
|
36
36
|
type: :development
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.
|
42
|
+
version: 0.26.0.rc1
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: decidim-participatory_processes
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
47
|
- - '='
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 0.
|
49
|
+
version: 0.26.0.rc1
|
50
50
|
type: :development
|
51
51
|
prerelease: false
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
54
|
- - '='
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 0.
|
56
|
+
version: 0.26.0.rc1
|
57
57
|
description: A pages component for decidim's participatory processes.
|
58
58
|
email:
|
59
59
|
- josepjaume@gmail.com
|
@@ -125,6 +125,7 @@ files:
|
|
125
125
|
- config/locales/ko-KR.yml
|
126
126
|
- config/locales/ko.yml
|
127
127
|
- config/locales/lb-LU.yml
|
128
|
+
- config/locales/lb.yml
|
128
129
|
- config/locales/lt-LT.yml
|
129
130
|
- config/locales/lt.yml
|
130
131
|
- config/locales/lv.yml
|
@@ -149,6 +150,7 @@ files:
|
|
149
150
|
- config/locales/ti-ER.yml
|
150
151
|
- config/locales/tr-TR.yml
|
151
152
|
- config/locales/uk.yml
|
153
|
+
- config/locales/val-ES.yml
|
152
154
|
- config/locales/vi-VN.yml
|
153
155
|
- config/locales/vi.yml
|
154
156
|
- config/locales/zh-CN.yml
|
@@ -171,7 +173,7 @@ homepage: https://github.com/decidim/decidim
|
|
171
173
|
licenses:
|
172
174
|
- AGPL-3.0
|
173
175
|
metadata: {}
|
174
|
-
post_install_message:
|
176
|
+
post_install_message:
|
175
177
|
rdoc_options: []
|
176
178
|
require_paths:
|
177
179
|
- lib
|
@@ -186,8 +188,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
188
|
- !ruby/object:Gem::Version
|
187
189
|
version: 1.3.1
|
188
190
|
requirements: []
|
189
|
-
rubygems_version: 3.1.
|
190
|
-
signing_key:
|
191
|
+
rubygems_version: 3.1.6
|
192
|
+
signing_key:
|
191
193
|
specification_version: 4
|
192
194
|
summary: Decidim pages module
|
193
195
|
test_files: []
|