decidim-blogs 0.23.1 → 0.23.2
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/app/views/decidim/blogs/posts/show.html.erb +7 -5
- data/config/locales/de.yml +3 -3
- data/config/locales/gl.yml +16 -11
- data/config/locales/nl.yml +1 -1
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/tr-TR.yml +5 -0
- data/lib/decidim/blogs/version.rb +1 -1
- metadata +21 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e6d132edb5f45e23c8b736f0bd5f308ecd258a6511505041342474d4d88d04c
|
|
4
|
+
data.tar.gz: 0c2a4ef87ca43599d00da25de8a0e8b1b0da92a8bbfd948a8f0e055250da8486
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 376e3b93a830e888dbbb8bfcec1fe52ab76825bb4d7dcf64b3161ad4f8b3b8d9604d3cd4f1c4a0d0a291796f31a35e09f604f3ddebe8c7bd9ec42859c3e85992
|
|
7
|
+
data.tar.gz: 12cdefcc2ccee4f7ae552ee15f46752f7988cd45e4d31b03de9985809b5d1cfdf0c1adc3cce711605b686129766259f082d56937297e38bf5d30ae9dfa18cf7f
|
|
@@ -16,10 +16,12 @@
|
|
|
16
16
|
%>
|
|
17
17
|
|
|
18
18
|
<div class="row column view-header">
|
|
19
|
-
|
|
20
|
-
<%=
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
<div class="m-bottom">
|
|
20
|
+
<%= link_to :posts, class: "small hollow" do %>
|
|
21
|
+
<%= icon "chevron-left", class: "icon--small", role: "img", "aria-hidden": true %>
|
|
22
|
+
<%= t(".back") %>
|
|
23
|
+
<% end %>
|
|
24
|
+
</div>
|
|
23
25
|
<h2 class="heading2"><%= translated_attribute post.title %></h2>
|
|
24
26
|
<%= cell "decidim/author", present(post.author), from: post %>
|
|
25
27
|
</div>
|
|
@@ -46,7 +48,7 @@
|
|
|
46
48
|
</div>
|
|
47
49
|
</div>
|
|
48
50
|
<% end %>
|
|
49
|
-
<div class="columns mediumlarge-8 mediumlarge-pull-4">
|
|
51
|
+
<div class="columns mediumlarge-8 <%= "mediumlarge-pull-4" if show_endorsements_card? %>">
|
|
50
52
|
<div class="section">
|
|
51
53
|
<%= decidim_sanitize translated_attribute post.body %>
|
|
52
54
|
</div>
|
data/config/locales/de.yml
CHANGED
|
@@ -50,7 +50,7 @@ de:
|
|
|
50
50
|
show:
|
|
51
51
|
back: Zurück zur Liste
|
|
52
52
|
comments: Kommentare
|
|
53
|
-
view:
|
|
53
|
+
view: Anzeigen
|
|
54
54
|
sidebar_blog:
|
|
55
55
|
comments: Bemerkungen
|
|
56
56
|
most_commented_posts: Meist kommentierte Posts
|
|
@@ -72,9 +72,9 @@ de:
|
|
|
72
72
|
blogs:
|
|
73
73
|
post_created:
|
|
74
74
|
email_intro: Der Beitrag "%{resource_title}" wurde in "%{participatory_space_title}" veröffentlicht, dem Sie folgen.
|
|
75
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{participatory_space_title}" folgen. Sie
|
|
75
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{participatory_space_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
|
76
76
|
email_subject: Neuer Beitrag in %{participatory_space_title}
|
|
77
|
-
notification_title: Der Beitrag <a href="%{resource_path}">%{resource_title}</a> wurde in %{participatory_space_title}
|
|
77
|
+
notification_title: Der Beitrag <a href="%{resource_path}">%{resource_title}</a> wurde in %{participatory_space_title} veröffentlicht
|
|
78
78
|
pages:
|
|
79
79
|
home:
|
|
80
80
|
statistics:
|
data/config/locales/gl.yml
CHANGED
|
@@ -5,12 +5,12 @@ gl:
|
|
|
5
5
|
activerecord:
|
|
6
6
|
models:
|
|
7
7
|
decidim/blogs/post:
|
|
8
|
-
one:
|
|
8
|
+
one: Publicación
|
|
9
9
|
other: Publicacións
|
|
10
10
|
decidim:
|
|
11
11
|
blogs:
|
|
12
12
|
actions:
|
|
13
|
-
confirm_destroy:
|
|
13
|
+
confirm_destroy: Tes a certeza de querer eliminar esta publicación?
|
|
14
14
|
destroy: Eliminar
|
|
15
15
|
edit: Editar
|
|
16
16
|
new: Nova publicación
|
|
@@ -20,15 +20,15 @@ gl:
|
|
|
20
20
|
components:
|
|
21
21
|
body: Corpo
|
|
22
22
|
post:
|
|
23
|
-
name:
|
|
23
|
+
name: Publicación
|
|
24
24
|
posts:
|
|
25
25
|
create:
|
|
26
26
|
invalid: Produciuse un problema ao crear esta publicación
|
|
27
|
-
success:
|
|
27
|
+
success: Publicación creada con éxito
|
|
28
28
|
destroy:
|
|
29
|
-
success:
|
|
29
|
+
success: Publicación eliminada con éxito
|
|
30
30
|
edit:
|
|
31
|
-
save:
|
|
31
|
+
save: Actualizar
|
|
32
32
|
index:
|
|
33
33
|
title: Publicacións
|
|
34
34
|
new:
|
|
@@ -36,7 +36,7 @@ gl:
|
|
|
36
36
|
title: Crear unha publicación
|
|
37
37
|
update:
|
|
38
38
|
invalid: Produciuse un erro ao gardar a publicación.
|
|
39
|
-
success:
|
|
39
|
+
success: Publicación gardada con éxito
|
|
40
40
|
last_activity:
|
|
41
41
|
new_post_at_html: "<span>Nova publicación en %{link}</span>"
|
|
42
42
|
models:
|
|
@@ -44,15 +44,17 @@ gl:
|
|
|
44
44
|
fields:
|
|
45
45
|
author: Autor
|
|
46
46
|
body: Corpo
|
|
47
|
-
created_at: Creado
|
|
47
|
+
created_at: Creado o
|
|
48
48
|
title: título
|
|
49
49
|
posts:
|
|
50
50
|
show:
|
|
51
|
+
back: Volver á listaxe
|
|
52
|
+
comments: Comentarios
|
|
51
53
|
view: Ver
|
|
52
54
|
sidebar_blog:
|
|
53
55
|
comments: comentarios
|
|
54
|
-
most_commented_posts:
|
|
55
|
-
read_more:
|
|
56
|
+
most_commented_posts: As publicacións máis comentadas
|
|
57
|
+
read_more: Ler máis
|
|
56
58
|
components:
|
|
57
59
|
blogs:
|
|
58
60
|
name: Blog
|
|
@@ -60,14 +62,17 @@ gl:
|
|
|
60
62
|
global:
|
|
61
63
|
announcement: Anuncio
|
|
62
64
|
comments_enabled: Comentarios habilitados
|
|
65
|
+
comments_max_length: Lonxitude máxima dos comentarios (0 para valor predefinido)
|
|
63
66
|
step:
|
|
64
67
|
announcement: Anuncio
|
|
65
68
|
comments_blocked: Comentarios bloqueados
|
|
69
|
+
endorsements_blocked: Adhesións bloqueadas
|
|
70
|
+
endorsements_enabled: Adhesións habilitadas
|
|
66
71
|
events:
|
|
67
72
|
blogs:
|
|
68
73
|
post_created:
|
|
69
74
|
email_intro: A publicación "%{resource_title}" publicouse en "%{participatory_space_title}" que estás seguindo.
|
|
70
|
-
email_outro: Recibiches esta notificación porque estás seguindo "%{participatory_space_title}". Podes deixar de seguir
|
|
75
|
+
email_outro: Recibiches esta notificación porque estás seguindo "%{participatory_space_title}". Podes deixar de seguir dende a ligazón anterior.
|
|
71
76
|
email_subject: Nova publicación publicada en %{participatory_space_title}
|
|
72
77
|
notification_title: A publicación <a href="%{resource_path}">%{resource_title}</a> publicouse en %{participatory_space_title}
|
|
73
78
|
pages:
|
data/config/locales/nl.yml
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
si:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sw:
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -48,6 +48,8 @@ tr:
|
|
|
48
48
|
title: Başlık
|
|
49
49
|
posts:
|
|
50
50
|
show:
|
|
51
|
+
back: Listeye geri dön
|
|
52
|
+
comments: Yorumlar
|
|
51
53
|
view: Görünüm
|
|
52
54
|
sidebar_blog:
|
|
53
55
|
comments: yorumlar
|
|
@@ -60,9 +62,12 @@ tr:
|
|
|
60
62
|
global:
|
|
61
63
|
announcement: duyuru
|
|
62
64
|
comments_enabled: Yorumlar etkin
|
|
65
|
+
comments_max_length: Maksimum yorum uzunluğu (Varsayılan değer için 0 bırakın)
|
|
63
66
|
step:
|
|
64
67
|
announcement: duyuru
|
|
65
68
|
comments_blocked: Yorumlar engellendi
|
|
69
|
+
endorsements_blocked: Yorumlar engellendi
|
|
70
|
+
endorsements_enabled: Yorumlar etkin
|
|
66
71
|
events:
|
|
67
72
|
blogs:
|
|
68
73
|
post_created:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-blogs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.23.
|
|
4
|
+
version: 0.23.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Isaac Massot Gil
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: decidim-admin
|
|
@@ -16,42 +16,42 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.23.
|
|
19
|
+
version: 0.23.2
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.23.
|
|
26
|
+
version: 0.23.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: decidim-comments
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.23.
|
|
33
|
+
version: 0.23.2
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.23.
|
|
40
|
+
version: 0.23.2
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: decidim-core
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.23.
|
|
47
|
+
version: 0.23.2
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.23.
|
|
54
|
+
version: 0.23.2
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: httparty
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -106,56 +106,56 @@ dependencies:
|
|
|
106
106
|
requirements:
|
|
107
107
|
- - '='
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: 0.23.
|
|
109
|
+
version: 0.23.2
|
|
110
110
|
type: :development
|
|
111
111
|
prerelease: false
|
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
|
114
114
|
- - '='
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: 0.23.
|
|
116
|
+
version: 0.23.2
|
|
117
117
|
- !ruby/object:Gem::Dependency
|
|
118
118
|
name: decidim-assemblies
|
|
119
119
|
requirement: !ruby/object:Gem::Requirement
|
|
120
120
|
requirements:
|
|
121
121
|
- - '='
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
|
-
version: 0.23.
|
|
123
|
+
version: 0.23.2
|
|
124
124
|
type: :development
|
|
125
125
|
prerelease: false
|
|
126
126
|
version_requirements: !ruby/object:Gem::Requirement
|
|
127
127
|
requirements:
|
|
128
128
|
- - '='
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
|
-
version: 0.23.
|
|
130
|
+
version: 0.23.2
|
|
131
131
|
- !ruby/object:Gem::Dependency
|
|
132
132
|
name: decidim-dev
|
|
133
133
|
requirement: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
|
135
135
|
- - '='
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 0.23.
|
|
137
|
+
version: 0.23.2
|
|
138
138
|
type: :development
|
|
139
139
|
prerelease: false
|
|
140
140
|
version_requirements: !ruby/object:Gem::Requirement
|
|
141
141
|
requirements:
|
|
142
142
|
- - '='
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
|
-
version: 0.23.
|
|
144
|
+
version: 0.23.2
|
|
145
145
|
- !ruby/object:Gem::Dependency
|
|
146
146
|
name: decidim-participatory_processes
|
|
147
147
|
requirement: !ruby/object:Gem::Requirement
|
|
148
148
|
requirements:
|
|
149
149
|
- - '='
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
|
-
version: 0.23.
|
|
151
|
+
version: 0.23.2
|
|
152
152
|
type: :development
|
|
153
153
|
prerelease: false
|
|
154
154
|
version_requirements: !ruby/object:Gem::Requirement
|
|
155
155
|
requirements:
|
|
156
156
|
- - '='
|
|
157
157
|
- !ruby/object:Gem::Version
|
|
158
|
-
version: 0.23.
|
|
158
|
+
version: 0.23.2
|
|
159
159
|
description: A Blog component for decidim's participatory spaces.
|
|
160
160
|
email:
|
|
161
161
|
- isaac.mg@coditramuntana.com
|
|
@@ -253,12 +253,14 @@ files:
|
|
|
253
253
|
- config/locales/pt.yml
|
|
254
254
|
- config/locales/ro-RO.yml
|
|
255
255
|
- config/locales/ru.yml
|
|
256
|
+
- config/locales/si-LK.yml
|
|
256
257
|
- config/locales/sk-SK.yml
|
|
257
258
|
- config/locales/sk.yml
|
|
258
259
|
- config/locales/sl.yml
|
|
259
260
|
- config/locales/so-SO.yml
|
|
260
261
|
- config/locales/sr-CS.yml
|
|
261
262
|
- config/locales/sv.yml
|
|
263
|
+
- config/locales/sw-KE.yml
|
|
262
264
|
- config/locales/ti-ER.yml
|
|
263
265
|
- config/locales/tr-TR.yml
|
|
264
266
|
- config/locales/uk.yml
|
|
@@ -284,7 +286,7 @@ homepage: https://github.com/decidim/decidim
|
|
|
284
286
|
licenses:
|
|
285
287
|
- AGPL-3.0
|
|
286
288
|
metadata: {}
|
|
287
|
-
post_install_message:
|
|
289
|
+
post_install_message:
|
|
288
290
|
rdoc_options: []
|
|
289
291
|
require_paths:
|
|
290
292
|
- lib
|
|
@@ -300,7 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
300
302
|
version: '0'
|
|
301
303
|
requirements: []
|
|
302
304
|
rubygems_version: 3.0.3
|
|
303
|
-
signing_key:
|
|
305
|
+
signing_key:
|
|
304
306
|
specification_version: 4
|
|
305
307
|
summary: Decidim blogs module
|
|
306
308
|
test_files: []
|