Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
d6d17c5
New Crowdin updates (#14965)
decidim-bot Aug 4, 2025
10c775d
Fixed proposal creation for admin when "Participants can create propo…
decidim-bot Aug 12, 2025
fea0bf8
Backport 'Upgrade Chrome and ChromeDriver to 139.0.7258.66' to v0.29 …
alecslupu Aug 20, 2025
fee1e7b
Fix specs running on local development environments (#15069)
decidim-bot Aug 20, 2025
101fdf2
New Crowdin updates (#15042)
decidim-bot Aug 21, 2025
5c58e8d
Change minimun_characters to minimum_characters (#15078)
decidim-bot Aug 25, 2025
45407fb
Fix aria-current on active filter in search page (#15110)
decidim-bot Aug 28, 2025
8683aee
Backport 'Fix editor mention selection range when selecting item with…
decidim-bot Aug 29, 2025
b771f97
Backport 'Error saving survey with empty mandatory fields' to v0.29 (…
alecslupu Sep 1, 2025
9257b23
Backport 'Fix callout/flash message announcement to the screen reader…
alecslupu Sep 1, 2025
61fcaef
Previewing questionnaires as a process admin (#15103)
alecslupu Sep 1, 2025
e4508c9
Fix accessibility in header (#15102)
alecslupu Sep 1, 2025
f3bf19e
Fix accessibility in footer (#15113)
alecslupu Sep 2, 2025
a25e366
Remove Platoniq/decidim-install references (#15137)
decidim-bot Sep 4, 2025
a5d9c1e
Define the generated app's sidekiq version based on the redis version…
alecslupu Sep 5, 2025
d46c9fc
Fixed formatting error in documentation (#15153)
decidim-bot Sep 8, 2025
43d6d61
Fix proposal cards render alt-text when PDF attached (#15150)
decidim-bot Sep 9, 2025
f09912a
Fix accessibility in breadcrumb_menu by replacing div and span by p (…
decidim-bot Sep 10, 2025
a83bc37
Unsubscribed page redesign (#15166)
decidim-bot Sep 16, 2025
48df9a7
Backport 'Refactor amendment permissions' to v0.29 (#15169)
alecslupu Sep 16, 2025
0dd3bd4
Remove the word "new" in front of GDPR from the newsletter opt in mai…
decidim-bot Sep 19, 2025
7ba58b0
Fix 'Skip to main content' button visualization (#15205)
decidim-bot Sep 20, 2025
c0ecd14
Backport 'Fix size of the search button and contrast of the search fo…
decidim-bot Sep 22, 2025
4a00d28
New Crowdin updates (#15080)
decidim-bot Sep 22, 2025
1815123
Update charlock_holmes to 0.7.9 (#15208)
alecslupu Sep 22, 2025
2b1635a
Bump to v0.29.5 version (#15210)
alecslupu Sep 23, 2025
d0e6eea
Fix some accessibility violations in design's a11y page (#15232)
decidim-bot Sep 25, 2025
0c3320a
Prevent reload on filters when the 'Skip to' links are clicked (#15243)
decidim-bot Sep 27, 2025
597af4e
Fix translation missing for duplicate landing blocks (#15250)
alecslupu Sep 29, 2025
933c968
Backport 'Fix drag and drop sorting for questionnaires' to v0.29 (#15…
alecslupu Sep 30, 2025
4b7a05e
Fix incorrectly named initialize methods in (#15294)
decidim-bot Oct 4, 2025
d40785d
Backport 'Fix officialization view for users without nickname' to v0.…
alecslupu Oct 6, 2025
2050742
Fix focus with tab navigation on small avatar images (#15304)
decidim-bot Oct 7, 2025
c3b437c
Fix adjacent links in the related documents/attachments links (#15332)
decidim-bot Oct 10, 2025
47fa94e
Fix w3c validator CI pipeline (NuValidator json errors) (#15344)
decidim-bot Oct 13, 2025
17cc688
Allow password validator to use the fallback translation (#15335)
decidim-bot Oct 13, 2025
496f37d
Fix error unexpected value at params[:host] (#15338)
decidim-bot Oct 13, 2025
53ac2bc
fix params new map
microstudi Oct 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .decidim-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.29.4
0.29.5
4 changes: 2 additions & 2 deletions .github/workflows/test_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
chrome_version:
description: 'Chrome & Chromedriver version'
required: false
default: "126.0.6478.182"
default: "139.0.7258.66"
type: string

jobs:
Expand All @@ -57,7 +57,7 @@ jobs:
RUBYOPT: '-W:no-deprecated'
services:
validator:
image: ghcr.io/validator/validator:latest
image: ghcr.io/validator/validator@sha256:28bd490412bb5abf1cf23eae0e3c197e9fbbda43cb9d23239b9ce859dc585db0
ports: ["8888:8888"]
postgres:
image: postgres:14
Expand Down
81 changes: 81 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,87 @@

# Changelog

## [0.29.5](https://github.com/decidim/decidim/tree/0.29.5)

### Added

Nothing.

### Changed

Nothing.

### Fixed

- **decidim-core**: Backport 'Fix accessibility on filters label' to v0.29 [\#14816](https://github.com/decidim/decidim/pull/14816)
- **decidim-core**: Backport 'Fix background color of default avatar image for accessibility' to v0.29 [\#14820](https://github.com/decidim/decidim/pull/14820)
- **decidim-core**, **decidim-proposals**: Backport 'Fix get rid of preview alt' to v0.29 [\#14818](https://github.com/decidim/decidim/pull/14818)
- **decidim-core**: Backport 'Fix missing for attribute on label and id on input' to v0.29 [\#14813](https://github.com/decidim/decidim/pull/14813)
- **decidim-core**, **decidim-debates**, **decidim-proposals**: Backport 'Fix view mode active icon in proposals for accessibility' to v0.29 [\#14825](https://github.com/decidim/decidim/pull/14825)
- **decidim-core**: Backport 'Fix accessibility on svg in card metadata cell' to v0.29 [\#14822](https://github.com/decidim/decidim/pull/14822)
- **decidim-core**: Backport 'Hide empty announcement block when no text is present' to v0.29 [\#14827](https://github.com/decidim/decidim/pull/14827)
- Backport 'Fix CORS instructions for cloud providers' to v0.29 [\#14843](https://github.com/decidim/decidim/pull/14843)
- **decidim-core**: Backport 'Fix flaky spec in announcements' to v0.29 [\#14839](https://github.com/decidim/decidim/pull/14839)
- **decidim-proposals**: Backport 'Prevent importing withdrawn or moderated proposals to another component' to v0.29 [\#14840](https://github.com/decidim/decidim/pull/14840)
- **decidim-comments**: Backport 'Fix opinion buttons on comments for accessibility' to v0.29 [\#14841](https://github.com/decidim/decidim/pull/14841)
- Fix specs for multiple_file_field_include_hidden [\#14873](https://github.com/decidim/decidim/pull/14873)
- **decidim-core**: Backport 'Fix report modals to improve accessibility' to v0.29 [\#14877](https://github.com/decidim/decidim/pull/14877)
- **decidim-comments**: Backport 'Fix Accessibility Like/Dislike Buttons on Comments' to v0.29 [\#14879](https://github.com/decidim/decidim/pull/14879)
- **decidim-conferences**: Backport 'Fix grammar in conference admin registration count info' to v0.29 [\#14893](https://github.com/decidim/decidim/pull/14893)
- **decidim-core**: Backport 'Fix aria label in date pickers of meetings form' to v0.29 [\#14918](https://github.com/decidim/decidim/pull/14918)
- **decidim-core**: Backport 'Re enable the localized specs' to v0.29 [\#14922](https://github.com/decidim/decidim/pull/14922)
- **decidim-core**: Backport 'Fix structure of search page's filters' to v0.29 [\#14924](https://github.com/decidim/decidim/pull/14924)
- **decidim-comments**: Backport 'Add aria labels for comment 'like' and 'dislike' buttons' to v0.29 [\#14926](https://github.com/decidim/decidim/pull/14926)
- **decidim-core**: Backport 'Fix hidden content in "More information"' to v0.29 [\#14927](https://github.com/decidim/decidim/pull/14927)
- **decidim-core**: Backport 'Fix truncated document name' to v0.29 [\#14930](https://github.com/decidim/decidim/pull/14930)
- Backport 'Fix UX modal for the admin to a group' to v0.29 [\#14932](https://github.com/decidim/decidim/pull/14932)
- **decidim-core**: Backport 'Fix search filter area for accessibility' to v0.29 [\#14954](https://github.com/decidim/decidim/pull/14954)
- **decidim-core**: Backport 'Fix main bar dropdown container fo accessibility' to v0.29 [\#14958](https://github.com/decidim/decidim/pull/14958)
- **decidim-assemblies**, **decidim-participatory processes**: Backport 'Fix importing attachments collections for processes and assemblies' to v0.29 [\#14956](https://github.com/decidim/decidim/pull/14956)
- **decidim-core**: Backport 'Breadcrumb mobile responsiveness nitpicks' to v0.29 [\#14964](https://github.com/decidim/decidim/pull/14964)
- **decidim-blogs**, **decidim-core**, **decidim-participatory processes**: Backport 'Participatory process card & blog post author fix' to v0.29 [\#15004](https://github.com/decidim/decidim/pull/15004)
- **decidim-core**: Backport 'Sticky footer 404 page' to v0.29 [\#15015](https://github.com/decidim/decidim/pull/15015)
- **decidim-proposals**: Backport 'Fixed proposal creation in admin when "Participants can create proposals" to v0.29 [\#15050](https://github.com/decidim/decidim/pull/15050)
- Backport 'Upgrade Chrome and ChromeDriver to 139.0.7258.66' to v0.29 [\#15072](https://github.com/decidim/decidim/pull/15072)
- **decidim-core**: Backport 'Fix specs running on local development environments' to v0.29 [\#15069](https://github.com/decidim/decidim/pull/15069)
- **decidim-core**: Backport 'Change minimun_characters to minimum_characters' to v0.29 [\#15078](https://github.com/decidim/decidim/pull/15078)
- **decidim-core**: Backport 'Fix aria-current on active filter in search page' to v0.29 [\#15110](https://github.com/decidim/decidim/pull/15110)
- **decidim-core**: Backport 'Fix editor mention selection range when selecting item with mouse' to v0.29 [\#15095](https://github.com/decidim/decidim/pull/15095)
- **decidim-forms**: Backport 'Error saving survey with empty mandatory fields' to v0.29 [\#15099](https://github.com/decidim/decidim/pull/15099)
- **decidim-core**: Backport 'Fix callout/flash message announcement to the screen reader' to v0.29 [\#15098](https://github.com/decidim/decidim/pull/15098)
- **decidim-surveys**: Backport 'Previewing questionnaires as a process admin' to v0.29 [\#15103](https://github.com/decidim/decidim/pull/15103)
- **decidim-core**: Backport 'Fix accessibility in header ' to v0.29 [\#15102](https://github.com/decidim/decidim/pull/15102)
- **decidim-core**, **decidim-proposals**: Backport 'Fix accessibility in footer' to v0.29 [\#15113](https://github.com/decidim/decidim/pull/15113)
- Backport 'Remove `Platoniq/decidim-install` references' to v0.29 [\#15137](https://github.com/decidim/decidim/pull/15137)
- **decidim-generators**: Backport 'Define the generated app's sidekiq version based on the redis version' to v0.29 [\#15139](https://github.com/decidim/decidim/pull/15139)
- Backport 'Fixed formatting error in documentation' to v0.29 [\#15153](https://github.com/decidim/decidim/pull/15153)
- **decidim-proposals**: Backport 'Fix proposal cards render alt-text when PDF attached' to v0.29 [\#15150](https://github.com/decidim/decidim/pull/15150)
- **decidim-core**: Backport 'Fix accessibility in breadcrumb_menu by replacing div and span by p' to v0.29 [\#15161](https://github.com/decidim/decidim/pull/15161)
- **decidim-core**, **decidim-newsletters**: Backport 'Unsubscribed page redesign ' to v0.29 [\#15166](https://github.com/decidim/decidim/pull/15166)
- **decidim-core**, **decidim-dev**, **decidim-proposals**: Backport 'Refactor amendment permissions' to v0.29 [\#15169](https://github.com/decidim/decidim/pull/15169)
- **decidim-core**: Backport 'Remove the word "new" in front of GDPR from the newsletter opt-in mail' to v0.29 [\#15203](https://github.com/decidim/decidim/pull/15203)
- **decidim-core**: Backport 'Fix 'Skip to main content' button visualization' to v0.29 [\#15205](https://github.com/decidim/decidim/pull/15205)
- **decidim-core**: Backport 'Fix size of the search button and contrast of the search form' to v0.29 [\#15207](https://github.com/decidim/decidim/pull/15207)

### Removed

Nothing.

### Developer improvements

- Backport 'Fix specs running on local development environments' to v0.29 [\#15069](https://github.com/decidim/decidim/pull/15069)
- Backport 'Refactor amendment permissions' to v0.29 [\#15169](https://github.com/decidim/decidim/pull/15169)

### Internal

- **decidim-core**: Backport 'Fix flaky spec in announcements' to v0.29 [\#14839](https://github.com/decidim/decidim/pull/14839)
- **decidim-conferences**: Backport 'Fix grammar in conference admin registration count info' to v0.29 [\#14893](https://github.com/decidim/decidim/pull/14893)
- Update Releases Notes after v0.29.4 [\#14946](https://github.com/decidim/decidim/pull/14946)
- Backport 'Upgrade Chrome and ChromeDriver to 139.0.7258.66' to v0.29 [\#15072](https://github.com/decidim/decidim/pull/15072)
- **decidim-core**: Backport 'Fix specs running on local development environments' to v0.29 [\#15069](https://github.com/decidim/decidim/pull/15069)
- **decidim-core**: Backport 'Remove the word "new" in front of GDPR from the newsletter opt-in mail' to v0.29 [\#15203](https://github.com/decidim/decidim/pull/15203)
- Bump charlock_holmes to v0.7.9 [\#15208](https://github.com/decidim/decidim/pull/15208)

## [0.29.4](https://github.com/decidim/decidim/tree/0.29.4)

### Added
Expand Down
168 changes: 84 additions & 84 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
PATH
remote: .
specs:
decidim (0.29.4)
decidim-accountability (= 0.29.4)
decidim-admin (= 0.29.4)
decidim-api (= 0.29.4)
decidim-assemblies (= 0.29.4)
decidim-blogs (= 0.29.4)
decidim-budgets (= 0.29.4)
decidim-comments (= 0.29.4)
decidim-core (= 0.29.4)
decidim-debates (= 0.29.4)
decidim-forms (= 0.29.4)
decidim-generators (= 0.29.4)
decidim-meetings (= 0.29.4)
decidim-pages (= 0.29.4)
decidim-participatory_processes (= 0.29.4)
decidim-proposals (= 0.29.4)
decidim-sortitions (= 0.29.4)
decidim-surveys (= 0.29.4)
decidim-system (= 0.29.4)
decidim-verifications (= 0.29.4)
decidim-accountability (0.29.4)
decidim-comments (= 0.29.4)
decidim-core (= 0.29.4)
decidim-admin (0.29.4)
decidim (0.29.5)
decidim-accountability (= 0.29.5)
decidim-admin (= 0.29.5)
decidim-api (= 0.29.5)
decidim-assemblies (= 0.29.5)
decidim-blogs (= 0.29.5)
decidim-budgets (= 0.29.5)
decidim-comments (= 0.29.5)
decidim-core (= 0.29.5)
decidim-debates (= 0.29.5)
decidim-forms (= 0.29.5)
decidim-generators (= 0.29.5)
decidim-meetings (= 0.29.5)
decidim-pages (= 0.29.5)
decidim-participatory_processes (= 0.29.5)
decidim-proposals (= 0.29.5)
decidim-sortitions (= 0.29.5)
decidim-surveys (= 0.29.5)
decidim-system (= 0.29.5)
decidim-verifications (= 0.29.5)
decidim-accountability (0.29.5)
decidim-comments (= 0.29.5)
decidim-core (= 0.29.5)
decidim-admin (0.29.5)
active_link_to (~> 1.0)
decidim-core (= 0.29.4)
decidim-core (= 0.29.5)
devise (~> 4.7)
devise-i18n (~> 1.2)
devise_invitable (~> 2.0, >= 2.0.9)
decidim-api (0.29.4)
decidim-core (= 0.29.4)
decidim-api (0.29.5)
decidim-core (= 0.29.5)
graphql (~> 2.2.6)
graphql-docs (~> 4.0)
rack-cors (~> 1.0)
decidim-assemblies (0.29.4)
decidim-core (= 0.29.4)
decidim-blogs (0.29.4)
decidim-admin (= 0.29.4)
decidim-comments (= 0.29.4)
decidim-core (= 0.29.4)
decidim-budgets (0.29.4)
decidim-comments (= 0.29.4)
decidim-core (= 0.29.4)
decidim-comments (0.29.4)
decidim-core (= 0.29.4)
decidim-assemblies (0.29.5)
decidim-core (= 0.29.5)
decidim-blogs (0.29.5)
decidim-admin (= 0.29.5)
decidim-comments (= 0.29.5)
decidim-core (= 0.29.5)
decidim-budgets (0.29.5)
decidim-comments (= 0.29.5)
decidim-core (= 0.29.5)
decidim-comments (0.29.5)
decidim-core (= 0.29.5)
redcarpet (~> 3.5, >= 3.5.1)
decidim-conferences (0.29.4)
decidim-core (= 0.29.4)
decidim-meetings (= 0.29.4)
decidim-conferences (0.29.5)
decidim-core (= 0.29.5)
decidim-meetings (= 0.29.5)
wicked_pdf (~> 2.7)
decidim-core (0.29.4)
decidim-core (0.29.5)
active_link_to (~> 1.0)
acts_as_list (~> 1.0)
batch-loader (~> 1.2)
Expand Down Expand Up @@ -102,16 +102,16 @@ PATH
valid_email2 (~> 4.0)
web-push (~> 3.0)
wisper (~> 2.0)
decidim-debates (0.29.4)
decidim-comments (= 0.29.4)
decidim-core (= 0.29.4)
decidim-design (0.29.4)
decidim-core (= 0.29.4)
decidim-dev (0.29.4)
decidim-debates (0.29.5)
decidim-comments (= 0.29.5)
decidim-core (= 0.29.5)
decidim-design (0.29.5)
decidim-core (= 0.29.5)
decidim-dev (0.29.5)
bullet (~> 7.1.6)
byebug (~> 11.0)
capybara (~> 3.39)
decidim (= 0.29.4)
decidim (= 0.29.5)
erb_lint (~> 0.4.0)
factory_bot_rails (~> 6.2)
faker (~> 3.2)
Expand Down Expand Up @@ -143,50 +143,50 @@ PATH
w3c_rspec_validators (~> 0.3.0)
webmock (~> 3.18)
wisper-rspec (~> 1.0)
decidim-forms (0.29.4)
decidim-core (= 0.29.4)
decidim-forms (0.29.5)
decidim-core (= 0.29.5)
wicked_pdf (~> 2.1)
decidim-generators (0.29.4)
decidim-core (= 0.29.4)
decidim-initiatives (0.29.4)
decidim-admin (= 0.29.4)
decidim-comments (= 0.29.4)
decidim-core (= 0.29.4)
decidim-verifications (= 0.29.4)
decidim-generators (0.29.5)
decidim-core (= 0.29.5)
decidim-initiatives (0.29.5)
decidim-admin (= 0.29.5)
decidim-comments (= 0.29.5)
decidim-core (= 0.29.5)
decidim-verifications (= 0.29.5)
hexapdf (~> 0.32.0)
wicked_pdf (~> 2.1)
decidim-meetings (0.29.4)
decidim-core (= 0.29.4)
decidim-forms (= 0.29.4)
decidim-meetings (0.29.5)
decidim-core (= 0.29.5)
decidim-forms (= 0.29.5)
icalendar (~> 2.5)
decidim-pages (0.29.4)
decidim-core (= 0.29.4)
decidim-participatory_processes (0.29.4)
decidim-core (= 0.29.4)
decidim-proposals (0.29.4)
decidim-comments (= 0.29.4)
decidim-core (= 0.29.4)
decidim-pages (0.29.5)
decidim-core (= 0.29.5)
decidim-participatory_processes (0.29.5)
decidim-core (= 0.29.5)
decidim-proposals (0.29.5)
decidim-comments (= 0.29.5)
decidim-core (= 0.29.5)
doc2text (~> 0.4.7)
redcarpet (~> 3.5, >= 3.5.1)
decidim-sortitions (0.29.4)
decidim-admin (= 0.29.4)
decidim-comments (= 0.29.4)
decidim-core (= 0.29.4)
decidim-proposals (= 0.29.4)
decidim-surveys (0.29.4)
decidim-core (= 0.29.4)
decidim-forms (= 0.29.4)
decidim-system (0.29.4)
decidim-sortitions (0.29.5)
decidim-admin (= 0.29.5)
decidim-comments (= 0.29.5)
decidim-core (= 0.29.5)
decidim-proposals (= 0.29.5)
decidim-surveys (0.29.5)
decidim-core (= 0.29.5)
decidim-forms (= 0.29.5)
decidim-system (0.29.5)
active_link_to (~> 1.0)
decidim-core (= 0.29.4)
decidim-core (= 0.29.5)
devise (~> 4.7)
devise-i18n (~> 1.2)
devise_invitable (~> 2.0, >= 2.0.9)
decidim-templates (0.29.4)
decidim-core (= 0.29.4)
decidim-forms (= 0.29.4)
decidim-verifications (0.29.4)
decidim-core (= 0.29.4)
decidim-templates (0.29.5)
decidim-core (= 0.29.5)
decidim-forms (= 0.29.5)
decidim-verifications (0.29.5)
decidim-core (= 0.29.5)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -305,7 +305,7 @@ GEM
cells-rails (0.1.5)
actionpack (>= 5.0)
cells (>= 4.1.6, < 5.0.0)
charlock_holmes (0.7.7)
charlock_holmes (0.7.9)
cmdparse (3.0.7)
commonmarker (0.23.10)
concurrent-ruby (1.3.4)
Expand Down
2 changes: 2 additions & 0 deletions decidim-accountability/config/locales/bs-BA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ bs:
progress: Napredak
timeline_entry:
description: Opis
entry_date: Datum
title: Naslov
models:
decidim/accountability/proposal_linked_event: Predlog uključen u rezultat
Expand Down Expand Up @@ -104,6 +105,7 @@ bs:
progress: Napredak
timeline_entry:
fields:
entry_date: Datum
title: Naslov
results:
count:
Expand Down
6 changes: 3 additions & 3 deletions decidim-accountability/config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ de:
decidim_scope_id: Umfang
description: Beschreibung
end_date: Enddatum
meetings_ids: Enthaltene Sitzungen
meetings_ids: Enthaltene Veranstaltungen
progress: Fortschritt
project_ids: Enthaltene Projekte
proposals: Enthaltene Vorschläge
Expand Down Expand Up @@ -266,12 +266,12 @@ de:
events:
accountability:
proposal_linked:
email_intro: 'Der Vorschlag "%{proposal_title}" wurde in ein Ergebnis aufgenommen. Sie können das auf dieser Seite sehen:'
email_intro: 'Der Vorschlag "%{proposal_title}" wurde in ein Ergebnis aufgenommen. Sehen Sie es sich auf dieser Seite an:'
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{proposal_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
email_subject: Eine Aktualisierung auf %{proposal_title}
notification_title: Der Vorschlag <a href="%{proposal_path}">%{proposal_title}</a> wurde im Ergebnis <a href="%{resource_path}">%{resource_title}</a> aufgenommen.
result_progress_updated:
email_intro: 'Das Ergebnis "%{resource_title}", das den Vorschlag "%{proposal_title}" enthält, ist jetzt zu %{progress}% abgeschlossen. Sie können das auf dieser Seite sehen:'
email_intro: 'Das Ergebnis "%{resource_title}", das den Vorschlag "%{proposal_title}" enthält, ist jetzt zu %{progress}% abgeschlossen. Sehen Sie es sich auf dieser Seite an:'
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{proposal_title}" folgen und dieser Vorschlag in das Ergebnis "%{resource_title}" aufgenommen wurde. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
email_subject: Fortschritt von %{resource_title} aktualisiert
notification_title: Das Ergebnis <a href="%{resource_path}">%{resource_title}</a>, das den Vorschlag <a href="%{proposal_path}">%{proposal_title}</a> enthält, ist jetzt zu %{progress}% abgeschlossen.
Expand Down
2 changes: 2 additions & 0 deletions decidim-accountability/config/locales/sr-CS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ sr:
other: "%{count} rezultata"
filters:
all: Sve
home:
subcategories_label: Pod kategorije
home_header:
global_status: Sveopšte stanje izvršenja
nav_breadcrumb:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Decidim
# This holds decidim-accountability version.
module Accountability
def self.version
"0.29.4"
"0.29.5"
end
end
end
Loading
Loading