decidim-blogs 0.32.0.rc1 → 0.32.0.rc3

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.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/app/views/decidim/blogs/admin/posts/_actions.html.erb +1 -1
  3. data/app/views/decidim/blogs/posts/_menu_actions.html.erb +4 -3
  4. data/config/locales/ar.yml +1 -0
  5. data/config/locales/bg.yml +1 -0
  6. data/config/locales/ca-IT.yml +1 -0
  7. data/config/locales/ca.yml +1 -0
  8. data/config/locales/cs.yml +1 -0
  9. data/config/locales/de.yml +1 -0
  10. data/config/locales/el.yml +1 -0
  11. data/config/locales/es-MX.yml +1 -0
  12. data/config/locales/es-PY.yml +1 -0
  13. data/config/locales/es.yml +1 -0
  14. data/config/locales/eu.yml +6 -5
  15. data/config/locales/fi-plain.yml +1 -0
  16. data/config/locales/fi.yml +1 -0
  17. data/config/locales/fr-CA.yml +12 -0
  18. data/config/locales/fr.yml +12 -0
  19. data/config/locales/ga-IE.yml +1 -0
  20. data/config/locales/gl.yml +1 -0
  21. data/config/locales/hu.yml +1 -0
  22. data/config/locales/id-ID.yml +1 -0
  23. data/config/locales/is-IS.yml +2 -1
  24. data/config/locales/it.yml +1 -0
  25. data/config/locales/ja.yml +1 -0
  26. data/config/locales/kaa.yml +1 -0
  27. data/config/locales/ko.yml +1 -0
  28. data/config/locales/lb.yml +1 -0
  29. data/config/locales/lt.yml +1 -0
  30. data/config/locales/lv.yml +1 -0
  31. data/config/locales/nl.yml +1 -0
  32. data/config/locales/no.yml +1 -0
  33. data/config/locales/pl.yml +1 -0
  34. data/config/locales/pt-BR.yml +1 -0
  35. data/config/locales/pt.yml +1 -0
  36. data/config/locales/ro-RO.yml +1 -0
  37. data/config/locales/ru.yml +1 -0
  38. data/config/locales/sk.yml +119 -0
  39. data/config/locales/sq-AL.yml +1 -0
  40. data/config/locales/sv.yml +1 -0
  41. data/config/locales/tr-TR.yml +1 -0
  42. data/config/locales/uk.yml +1 -0
  43. data/config/locales/zh-CN.yml +1 -0
  44. data/config/locales/zh-TW.yml +1 -0
  45. data/decidim-blogs.gemspec +1 -1
  46. data/lib/decidim/blogs/component.rb +1 -1
  47. data/lib/decidim/blogs/version.rb +1 -1
  48. metadata +15 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3c96f0c988e6ae20067891b3f91669de5cc4336eb23c2319b618a857e08831a
4
- data.tar.gz: ea98eef313286de5bd4c28f6cf6af6716bc1a5278f0a20b8a6eefdd2a5e1ed77
3
+ metadata.gz: ed1298986c38661233bf642c62cfaab4a1446363fec9b52a1c851ad7426219a8
4
+ data.tar.gz: 3e0cdf001b7ec7f05922d47c0213d6bfcfceb7abae53c8364ab7b1920c0c599e
5
5
  SHA512:
6
- metadata.gz: 833699c0cf242ee0b27c9c629975c6e995d6ea65f6054df0be88574d8d858d5118664cd62a92a851eb790fcd62a1ca7c2bbcc319ee8ee4dc0c651d59dbfdc314
7
- data.tar.gz: a4842d3aa2c43236d47c544c30bee78dbf76ed09afe119588c89f3927659daada7da355fc8c2e485e3bef9851c0ffdc504ddb951077114d185a278b9eac52b76
6
+ metadata.gz: 2d9174b6efc13ee47ce9c84957973e227418352a86df99dafcb42b53889fb3277e4f293ecc25470fb89877a311266afbac0912ba7b80d58399ef9ec5a8d43e30
7
+ data.tar.gz: e05cc213656cac51948f5dac44bd075111cc8fd38511be2f39fa15ebda9b722b7094ccd809359415092580c50269c2eb1f624007995e0c42145306e8a4d3e3bf
@@ -70,7 +70,7 @@
70
70
 
71
71
  <li class="dropdown__item">
72
72
  <div class="dropdown__button-disabled">
73
- <%= with_tooltip t("tooltips.deleted_posts_info", scope: "decidim.admin") do %>
73
+ <%= with_tooltip t("tooltips.deleted_posts_info", scope: "decidim.admin"), class: :left do %>
74
74
  <%= icon "delete-bin-line", class: "text-gray" %>
75
75
  <span>
76
76
  <%= t("actions.soft_delete", scope: "decidim.admin") %>
@@ -1,7 +1,7 @@
1
1
 
2
2
  <% if allowed_to?(:update, :blogpost, blogpost: post) %>
3
- <li role="menuitem" class="dropdown__item">
4
- <%= link_to edit_post_path(post), class: "dropdown__button" do %>
3
+ <li role="presentation" class="dropdown__item">
4
+ <%= link_to edit_post_path(post), class: "dropdown__button", role: "menuitem" do %>
5
5
  <span><%= t("button_edit", scope: "decidim.blogs.posts.menu_actions") %></span>
6
6
  <%= icon "pencil-line" %>
7
7
  <% end %>
@@ -9,10 +9,11 @@
9
9
  <% end %>
10
10
 
11
11
  <% if allowed_to?(:destroy, :blogpost, blogpost: post) %>
12
- <li role="menuitem" class="dropdown__item">
12
+ <li role="presentation" class="dropdown__item">
13
13
  <%= link_to post_path(post),
14
14
  method: :delete,
15
15
  class: "dropdown__button",
16
+ role: "menuitem",
16
17
  data: { confirm: t("button_destroy_confirm", scope: "decidim.blogs.posts.menu_actions") } do %>
17
18
  <span><%= t("button_destroy", scope: "decidim.blogs.posts.menu_actions") %></span>
18
19
  <%= icon "delete-bin-line" %>
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ar:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  bg:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ca-IT:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ca:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  cs:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  el:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-MX:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-PY:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es:
2
3
  activemodel:
3
4
  attributes:
@@ -1,8 +1,9 @@
1
+ ---
1
2
  eu:
2
3
  activemodel:
3
4
  attributes:
4
5
  post:
5
- body: Testua
6
+ body: Gorputza
6
7
  decidim_author_id: Egilea
7
8
  published_at: Argitaratze-data
8
9
  title: Izenburua
@@ -59,7 +60,7 @@ eu:
59
60
  update: "%{user_name} parte-hartzailekak %{resource_name} blogeko argitalpena eguneratu egin da %{space_name} espazioan"
60
61
  content_blocks:
61
62
  highlighted_posts:
62
- last_published: Azken argitarapena
63
+ last_published: Azken argitalpena
63
64
  name: Argitalpenak
64
65
  see_all: Ikusi argitalpen guztiak
65
66
  last_activity:
@@ -68,7 +69,7 @@ eu:
68
69
  post:
69
70
  fields:
70
71
  author: Egilea
71
- body: Testua
72
+ body: Gorputza
72
73
  official_blog_post: Argitalpen ofiziala
73
74
  published_at: Argitaratze-data
74
75
  taxonomies: Taxonomiak
@@ -87,7 +88,7 @@ eu:
87
88
  title: Izenburua
88
89
  index:
89
90
  count:
90
- one: "Argitalpen %{count}"
91
+ one: "%{count} argitalpen"
91
92
  other: "%{count} argitalpen"
92
93
  empty: Oraindik ez dago argitalpenik.
93
94
  new_post: Beste sarrera bat
@@ -130,7 +131,7 @@ eu:
130
131
  post_created:
131
132
  email_intro: '"%{resource_title}" argitalpena jarraitzen ari zaren "%{participatory_space_title}" espazioan argitaratu da.'
132
133
  email_outro: Jakinarazpen hau jaso duzu "%{participatory_space_title}" jarraitzen ari zarelako. Aurreko estekan sartu jarraitzeari uzteko.
133
- email_subject: Argitalpen berria %{participatory_space_title} espazioan
134
+ email_subject: Beste argitalpen bat %{participatory_space_title} espazioan
134
135
  notification_title: <a href="%{resource_path}">%{resource_title}</a> sarrera %{participatory_space_title} argitaratu da
135
136
  open_data:
136
137
  help:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi-pl:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr-CA:
2
3
  activemodel:
3
4
  attributes:
@@ -105,6 +106,7 @@ fr-CA:
105
106
  comment: Commenter
106
107
  create: Créer
107
108
  destroy: Supprimer
109
+ like: Soutenir
108
110
  update: Mettre à jour
109
111
  vote_comment: Vote sur le commentaire
110
112
  name: Actualités
@@ -122,6 +124,8 @@ fr-CA:
122
124
  step:
123
125
  announcement: Annonce
124
126
  comments_blocked: Commentaires désactivés
127
+ likes_blocked: Soutiens bloqués
128
+ likes_enabled: Soutiens activés
125
129
  events:
126
130
  blogs:
127
131
  post_created:
@@ -136,14 +140,22 @@ fr-CA:
136
140
  author: Le nom du participant qui a fait ce commentaire
137
141
  body: Le commentaire lui-même
138
142
  commentable_id: L'identifiant unique du commentaire
143
+ commentable_type: Le type de l'élément commenté (s'il s'agit d'un résultat, d'une proposition, etc.)
139
144
  created_at: La date de création de ce commentaire
145
+ depth: L'endroit où ce commentaire se trouve dans l'arborescence des commentaires (si c'est une réponse ou une réponse à une réponse)
140
146
  id: L'id de ce commentaire
147
+ locale: La langue que le participant a utilisé en créant ce commentaire
148
+ root_commentable_url: L'URL de la ressource liée à ce commentaire
141
149
  posts:
150
+ author: Les informations de l'auteur
142
151
  body: Le corps de l'article
143
152
  comments_count: Le nombre de commentaires sur cet article
144
153
  component: Le composant auquel appartient l'article
145
154
  created_at: La date de création de cet article
155
+ follows_count: Le nombre de personnes qui suivent cet article
146
156
  id: L'identifiant unique de cet article
157
+ likes_count: Le nombre de soutiens à cet article
158
+ participatory_space: 'À quel espace (ex : Concertation ou Assemblée) appartient cet article'
147
159
  published_at: La date à laquelle cet article a été publié
148
160
  title: Le titre de l'article
149
161
  updated_at: La dernière date de mise à jour de cet article
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr:
2
3
  activemodel:
3
4
  attributes:
@@ -105,6 +106,7 @@ fr:
105
106
  comment: Commenter
106
107
  create: Créer
107
108
  destroy: Supprimer
109
+ like: Soutenir
108
110
  update: Mettre à jour
109
111
  vote_comment: Vote sur le commentaire
110
112
  name: Actualités
@@ -122,6 +124,8 @@ fr:
122
124
  step:
123
125
  announcement: Annonce
124
126
  comments_blocked: Commentaires désactivés
127
+ likes_blocked: Soutiens bloqués
128
+ likes_enabled: Soutiens activés
125
129
  events:
126
130
  blogs:
127
131
  post_created:
@@ -136,14 +140,22 @@ fr:
136
140
  author: Le nom du participant qui a fait ce commentaire
137
141
  body: Le commentaire lui-même
138
142
  commentable_id: L'identifiant unique du commentaire
143
+ commentable_type: Le type de l'élément commenté (s'il s'agit d'un résultat, d'une proposition, etc.)
139
144
  created_at: La date de création de ce commentaire
145
+ depth: L'endroit où ce commentaire se trouve dans l'arborescence des commentaires (si c'est une réponse ou une réponse à une réponse)
140
146
  id: L'id de ce commentaire
147
+ locale: La langue que le participant a utilisé en créant ce commentaire
148
+ root_commentable_url: L'URL de la ressource liée à ce commentaire
141
149
  posts:
150
+ author: Les informations de l'auteur
142
151
  body: Le corps de l'article
143
152
  comments_count: Le nombre de commentaires sur cet article
144
153
  component: Le composant auquel appartient l'article
145
154
  created_at: La date de création de cet article
155
+ follows_count: Le nombre de personnes qui suivent cet article
146
156
  id: L'identifiant unique de cet article
157
+ likes_count: Le nombre de soutiens à cet article
158
+ participatory_space: 'À quel espace (ex : Concertation ou Assemblée) appartient cet article'
147
159
  published_at: La date à laquelle cet article a été publié
148
160
  title: Le titre de l'article
149
161
  updated_at: La dernière date de mise à jour de cet article
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ga:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  gl:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  hu:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  id:
2
3
  activemodel:
3
4
  models:
@@ -1,4 +1,5 @@
1
- is-IS:
1
+ ---
2
+ is:
2
3
  decidim:
3
4
  blogs:
4
5
  actions:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  it:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ja:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  kaa:
2
3
  decidim:
3
4
  blogs:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ko:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lb:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lt:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lv:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  nl:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  "no":
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pl:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pt-BR:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pt:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ro:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ru:
2
3
  activemodel:
3
4
  attributes:
@@ -1,5 +1,12 @@
1
+ ---
1
2
  sk:
2
3
  activemodel:
4
+ attributes:
5
+ post:
6
+ body: Obsah
7
+ decidim_author_id: Autor
8
+ published_at: Čas publikovania
9
+ title: Názov
3
10
  models:
4
11
  decidim/blogs/create_post_event: Nový príspevok na blogu
5
12
  activerecord:
@@ -10,37 +17,119 @@ sk:
10
17
  many: Príspevky
11
18
  other: Príspevky
12
19
  decidim:
20
+ admin:
21
+ admin_log:
22
+ changeset:
23
+ posts: Príspevky
24
+ tooltips:
25
+ deleted_posts_info: Tento príspevok nie je možné odstrániť
13
26
  blogs:
14
27
  actions:
28
+ author_id: Vytvoriť príspevok ako
29
+ confirm_delete_post: Naozaj chcete odstrániť tento príspevok?
30
+ deleted_posts_info: Odstránené príspevky je možné obnoviť z koša.
15
31
  edit: Upraviť
16
32
  new: Nový príspevok
17
33
  title: Akcie
34
+ view_deleted_posts: Zobraziť odstránené príspevky
18
35
  admin:
19
36
  posts:
37
+ create:
38
+ invalid: Pri vytváraní tohto príspevku sa vyskytol problém.
39
+ success: Príspevok bol úspešne vytvorený.
40
+ destroy:
41
+ success: Príspevok bol úspešne odstránený.
20
42
  edit:
21
43
  save: Aktualizovať
44
+ title: Upraviť príspevok
22
45
  index:
46
+ not_published_yet: Zatiaľ nepublikované.
23
47
  title: Príspevky
48
+ manage_trash:
49
+ title: Odstránené príspevky
24
50
  new:
25
51
  create: Vytvoriť
26
52
  title: Vytvort príspevok
27
53
  update:
28
54
  invalid: Vyskytol sa problém s ukladaním príspevku.
55
+ success: Príspevok bol úspešne uložený.
56
+ admin_log:
57
+ post:
58
+ create: "%{user_name} vytvoril/a blogový príspevok %{resource_name} v priestore %{space_name}"
59
+ delete: "%{user_name} odstránil/a blogový príspevok %{resource_name} z priestoru %{space_name}"
60
+ restore: "%{user_name} obnovil/a blogový príspevok %{resource_name} v priestore %{space_name}"
61
+ soft_delete: "%{user_name} presunul/a blogový príspevok %{resource_name} v priestore %{space_name} do koša"
62
+ update: "%{user_name} aktualizoval/a blogový príspevok %{resource_name} v priestore %{space_name}"
63
+ content_blocks:
64
+ highlighted_posts:
65
+ last_published: Naposledy publikované
66
+ name: Príspevky
67
+ see_all: Zobraziť všetky príspevky
68
+ last_activity:
69
+ new_post: 'Nový príspevok:'
29
70
  models:
30
71
  post:
31
72
  fields:
32
73
  author: Autor
33
74
  body: Telo textu
75
+ official_blog_post: Oficiálny príspevok
76
+ published_at: Čas publikovania
77
+ taxonomies: Taxonómie
78
+ title: Názov
79
+ posts:
80
+ edit:
81
+ add_attachments: Pridať prílohy
82
+ attachment_legend: Pridať dokument alebo obrázok
83
+ back: Späť na príspevok
84
+ button: Aktualizovať
85
+ edit_attachments: Upraviť prílohy
86
+ title: Upraviť príspevok
87
+ form:
88
+ author_id: Autor
89
+ body: Obsah
90
+ title: Názov
91
+ index:
92
+ count:
93
+ one: "%{count} príspevok"
94
+ few: "%{count} príspevky"
95
+ many: "%{count} príspevkov"
96
+ other: "%{count} príspevkov"
97
+ empty: Zatiaľ tu nie sú žiadne príspevky.
98
+ new_post: Nový príspevok
99
+ menu_actions:
100
+ button_destroy: Odstrániť príspevok
101
+ button_destroy_confirm: Naozaj chcete odstrániť tento príspevok?
102
+ button_edit: Upraviť príspevok
103
+ new:
104
+ back: Späť na príspevky
105
+ button: Vytvoriť
106
+ title: Vytvoriť nový príspevok
34
107
  components:
35
108
  blogs:
109
+ actions:
110
+ comment: Komentovať
111
+ create: Vytvoriť
112
+ destroy: Odstrániť
113
+ like: Páči sa mi to
114
+ update: Aktualizovať
115
+ vote_comment: Hlasovať za komentár
36
116
  name: Blog
37
117
  settings:
38
118
  global:
39
119
  announcement: Oznámenie
120
+ attachments_allowed: Povoliť prílohy
40
121
  comments_enabled: Komentáre povolené
122
+ comments_max_length: Maximálna dĺžka komentárov (Ponechajte 0 pre predvolenú hodnotu)
123
+ creation_enabled_for_participants: Účastníci môžu vytvárať príspevky
124
+ define_taxonomy_filters: Pred použitím tohto nastavenia definujte nejaké filtre pre tento participatívny priestor.
125
+ no_taxonomy_filters_found: Nenašli sa žiadne filtre taxonómie.
126
+ taxonomy_filters: Vyberte filtre pre komponent
127
+ taxonomy_filters_add: Pridať filter
41
128
  step:
42
129
  announcement: Oznámenie
43
130
  comments_blocked: Zablokované komentáre
131
+ likes_blocked: Páči sa mi to zablokované
132
+ likes_enabled: Páči sa mi to povolené
44
133
  events:
45
134
  blogs:
46
135
  post_created:
@@ -48,3 +137,33 @@ sk:
48
137
  email_outro: Túto notifikáciu ste dostali, pretože sledujete priestor "%{participatory_space_title}". Notifikácie môžete zrušiť po kliknutí na predchádzajúci odkaz.
49
138
  email_subject: Nový príspevok publikovaný v %{participatory_space_title}
50
139
  notification_title: Príspevok <a href="%{resource_path}">%{resource_title}</a> bol publikovaný v %{participatory_space_title}
140
+ open_data:
141
+ help:
142
+ post_comments:
143
+ alignment: Či bol tento komentár za, proti alebo neutrálny
144
+ author: Meno účastníka, ktorý pridal tento komentár
145
+ body: Samotný komentár
146
+ commentable_id: Jedinečné ID komentovaného objektu
147
+ commentable_type: Typ komentovaného objektu (či to bol výsledok, návrh atď.)
148
+ created_at: Dátum vytvorenia tohto komentára
149
+ depth: Miesto, kde sa tento komentár nachádza v strome komentárov (či ide o odpoveď alebo odpoveď na odpoveď)
150
+ id: ID tohto komentára
151
+ locale: Jazyk, ktorý mal účastník nastavený pri zanechaní tohto komentára
152
+ root_commentable_url: URL adresa zdroja, ktorý sa viaže k tomuto komentáru
153
+ posts:
154
+ author: Informácie o autorovi
155
+ body: Obsah príspevku
156
+ comments_count: Počet komentárov k tomuto príspevku
157
+ component: Komponent, do ktorého príspevok patrí
158
+ created_at: Dátum vytvorenia tohto príspevku
159
+ follows_count: Počet sledovaní tohto príspevku
160
+ id: Jedinečný identifikátor tohto príspevku
161
+ likes_count: Počet označení páči sa mi tohto príspevku
162
+ participatory_space: Do ktorého priestoru (napr. participatívny proces alebo zhromaždenie) tento príspevok patrí
163
+ published_at: Dátum zverejnenia tohto príspevku
164
+ title: Názov príspevku
165
+ updated_at: Dátum poslednej aktualizácie tohto príspevku
166
+ url: URL adresa tohto príspevku
167
+ statistics:
168
+ posts_count: Príspevky
169
+ posts_count_tooltip: Počet zverejnených aktualizácií alebo príspevkov na blogu.
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sq:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sv:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  tr:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  uk:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  zh-CN:
2
3
  activemodel:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  zh-TW:
2
3
  activemodel:
3
4
  attributes:
@@ -3,7 +3,7 @@
3
3
  $LOAD_PATH.push File.expand_path("lib", __dir__)
4
4
 
5
5
  Gem::Specification.new do |s|
6
- version = "0.32.0.rc1"
6
+ version = "0.32.0.rc3"
7
7
  s.version = version
8
8
  s.authors = ["Isaac Massot Gil"]
9
9
  s.email = ["isaac.mg@coditramuntana.com"]
@@ -34,7 +34,7 @@ Decidim.register_component(:blogs) do |component|
34
34
  icon_name: "chat-1-line",
35
35
  tooltip_key: "comments_count",
36
36
  tag: :comments do |components, _start_at, _end_at|
37
- Decidim::Blogs::Post.where(component: components).count
37
+ Decidim::Blogs::Post.where(component: components).sum(:comments_count)
38
38
  end
39
39
 
40
40
  component.actions = %w(create update destroy)
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-pages version.
5
5
  module Blogs
6
6
  def self.version
7
- "0.32.0.rc1"
7
+ "0.32.0.rc3"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-blogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0.rc1
4
+ version: 0.32.0.rc3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Isaac Massot Gil
@@ -15,98 +15,98 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 0.32.0.rc1
18
+ version: 0.32.0.rc3
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 0.32.0.rc1
25
+ version: 0.32.0.rc3
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: decidim-comments
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - '='
31
31
  - !ruby/object:Gem::Version
32
- version: 0.32.0.rc1
32
+ version: 0.32.0.rc3
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - '='
38
38
  - !ruby/object:Gem::Version
39
- version: 0.32.0.rc1
39
+ version: 0.32.0.rc3
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: decidim-core
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - '='
45
45
  - !ruby/object:Gem::Version
46
- version: 0.32.0.rc1
46
+ version: 0.32.0.rc3
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - '='
52
52
  - !ruby/object:Gem::Version
53
- version: 0.32.0.rc1
53
+ version: 0.32.0.rc3
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: decidim-admin
56
56
  requirement: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - '='
59
59
  - !ruby/object:Gem::Version
60
- version: 0.32.0.rc1
60
+ version: 0.32.0.rc3
61
61
  type: :development
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - '='
66
66
  - !ruby/object:Gem::Version
67
- version: 0.32.0.rc1
67
+ version: 0.32.0.rc3
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: decidim-assemblies
70
70
  requirement: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - '='
73
73
  - !ruby/object:Gem::Version
74
- version: 0.32.0.rc1
74
+ version: 0.32.0.rc3
75
75
  type: :development
76
76
  prerelease: false
77
77
  version_requirements: !ruby/object:Gem::Requirement
78
78
  requirements:
79
79
  - - '='
80
80
  - !ruby/object:Gem::Version
81
- version: 0.32.0.rc1
81
+ version: 0.32.0.rc3
82
82
  - !ruby/object:Gem::Dependency
83
83
  name: decidim-dev
84
84
  requirement: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - '='
87
87
  - !ruby/object:Gem::Version
88
- version: 0.32.0.rc1
88
+ version: 0.32.0.rc3
89
89
  type: :development
90
90
  prerelease: false
91
91
  version_requirements: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - '='
94
94
  - !ruby/object:Gem::Version
95
- version: 0.32.0.rc1
95
+ version: 0.32.0.rc3
96
96
  - !ruby/object:Gem::Dependency
97
97
  name: decidim-participatory_processes
98
98
  requirement: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - '='
101
101
  - !ruby/object:Gem::Version
102
- version: 0.32.0.rc1
102
+ version: 0.32.0.rc3
103
103
  type: :development
104
104
  prerelease: false
105
105
  version_requirements: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - '='
108
108
  - !ruby/object:Gem::Version
109
- version: 0.32.0.rc1
109
+ version: 0.32.0.rc3
110
110
  description: A Blog component for decidim's participatory spaces.
111
111
  email:
112
112
  - isaac.mg@coditramuntana.com