decidim-initiatives 0.30.0.rc3 → 0.30.1
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/models/decidim/initiative.rb +0 -5
- data/config/locales/ca-IT.yml +662 -0
- data/config/locales/ca.yml +1 -1
- data/config/locales/cs.yml +1 -1
- data/config/locales/de.yml +2 -2
- data/config/locales/es-MX.yml +2 -2
- data/config/locales/es-PY.yml +2 -2
- data/config/locales/es.yml +2 -2
- data/config/locales/eu.yml +11 -11
- data/config/locales/fi-plain.yml +1 -1
- data/config/locales/fr-CA.yml +2 -2
- data/config/locales/fr.yml +2 -2
- data/config/locales/gl.yml +1 -1
- data/config/locales/hu.yml +1 -1
- data/config/locales/id-ID.yml +1 -1
- data/config/locales/is-IS.yml +7 -0
- data/config/locales/it.yml +3 -0
- data/config/locales/ja.yml +1 -0
- data/config/locales/lb.yml +0 -1
- data/config/locales/nl.yml +2 -2
- data/config/locales/pl.yml +2 -2
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/ru.yml +7 -0
- data/config/locales/sk.yml +1 -1
- data/config/locales/sl.yml +0 -4
- data/config/locales/sv.yml +3 -3
- data/config/locales/tr-TR.yml +1 -1
- data/config/locales/uk.yml +7 -0
- data/lib/decidim/initiatives/version.rb +1 -1
- metadata +15 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ad28b0cfea28f4d830bf95568ab582724bcdbc1728324682563641dc6661659
|
4
|
+
data.tar.gz: d9df8a436ac7e96d054a8e671d9222c189548ff5d13e7611f09de59b98e6d3c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef8c8f15fefc52409d43f835fbd916e930bd50da374f8bb992b27b5ee9befdf5be4eb54838c184b2172722dcc9b4b948ddaa580f01f5a8df87e553bd7eea7757
|
7
|
+
data.tar.gz: 76eaa09b671474bbba100bd213f3fb3ba52187db7fb3f8d5b67e78ab31acd05a1c6426620023ba9ce37b62be7a461d032c8e71d1112fc4ae674c96a6338dcff7
|
@@ -211,11 +211,6 @@ module Decidim
|
|
211
211
|
user_group&.name || author.name
|
212
212
|
end
|
213
213
|
|
214
|
-
# Public: Overrides the `reported_content_url` Reportable concern method.
|
215
|
-
def reported_content_url
|
216
|
-
ResourceLocatorPresenter.new(self).url
|
217
|
-
end
|
218
|
-
|
219
214
|
# Public: Overrides the `reported_attributes` Reportable concern method.
|
220
215
|
def reported_attributes
|
221
216
|
[:title, :description]
|