Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/update custom 0.26.4 #32

Merged
merged 95 commits into from
Feb 7, 2023

Conversation

fblupi
Copy link

@fblupi fblupi commented Dec 20, 2022

No description provided.

ahukkanen and others added 30 commits September 12, 2022 09:36
…decidim#9690)

* Add spec for UpdateComment command

* Fix typos

* Fix creation notification on editing a comment

Co-authored-by: Andrés Pereira de Lucena <[email protected]>
…im#9692)

* Remove margin-bottom on votings navigation

* Add margin-top on votings landing page

Co-authored-by: Andrés Pereira de Lucena <[email protected]>
* Use described_class instead of hardcoding class name

* Add spec

* Use public link instead of admin link on mailer

Co-authored-by: Andrés Pereira de Lucena <[email protected]>
…9698)

* Disallows creating grandchildren results

* Add system spec

Co-authored-by: Andrés Pereira de Lucena <[email protected]>
…cidim#9702)

* Do not show minimum answers and max selections as valid if there are no questions

* Fix wrong information in steps election mgmt

* add census checks

* validate census if required

* fix rubo

* add system specs

* fix test

Co-authored-by: Txus Bach <[email protected]>

Co-authored-by: Ivan Vergés <[email protected]>
Co-authored-by: Txus Bach <[email protected]>
…dim#9704)

* Fix issue when the attribute is changed from string to translatable

* Test the translated attribute conversion when the original value is a string
… to v0.26 (decidim#9706)

* prevent missing actionlog entries to break the application

* to_s before camelizing

* refactor & test missing constants in actionlog

* fix check for can_participate?

Co-authored-by: Ivan Vergés <[email protected]>
…9708)

* Fix publish event on official proposals

* Ruby offsense

* Use official check method

* Add missing translation and rewording

* Remove period

* Test proper scenario

Co-authored-by: Fernando Blat <[email protected]>
…setting ' to v0.26 (decidim#9712)

* Add support for HTML on settings' help

* Add help text for proposals' 'publish answers immediately' setting

* Add documentation to SettingsHelper

* Add spec for help texts feature

* Add spec for #text_for_setting

Co-authored-by: Andrés Pereira de Lucena <[email protected]>
…ecidim#9723)

* Fix resource endorsed notification with Debates

* Add resource type in ResourceEndorsedEvent spec

* Extract 'resource endorsed event' to a shared example

* Extract resource_text so it can be defined on callers

* Add failing spec

* Fix when resource doesn't have a body

* Add specs for Proposals and Blog Posts

* Fix the trait name for 0.26

Co-authored-by: Andrés Pereira de Lucena <[email protected]>
…9728)

* Fix agenda_item association whith agenda

In some circumstances like Decidim::Meetings::AgendaItem.last.agenda the
query fails because the association sets an order by position which is
in the agenda items table but the join with agendas table is not
specified

* Simplify association of AgendaItem with Agenda

Co-authored-by: Eduardo Martínez <[email protected]>
…ecidim#9730)

* Fix absolute urls on 'managed user error' event

* Remove unecessary requires for simple_event examples

* Fix bug on factory where two users could be on different organizations

* Fix absolute urls on 'managed user error' event

* Using EngineRouter for generating the conflict_url

* Changing the event to other participant

* Wrap only the EngineRouter for URLs

* Change 'other participant' string in email subject too

* Update specs with latest changes

* Fix spec difference for 0.26 (link without port)

Co-authored-by: Andrés Pereira de Lucena <[email protected]>
decidim#9732)

* Fix mobile notifications switch component overlaps

* don't set a fixed height

* remove row class

* fix test

* Remove notification sections related to 0.27 functionality

Co-authored-by: Hugoren Martinako <[email protected]>
…v0.26 (decidim#9741)

* modify nickname and avatar in user presenter

* add spec

* modify nickname

Co-authored-by: eliegaboriau <[email protected]>
…panel' to v0.26 (decidim#9749)

* Fix mixin issue in proposal title

* Fix reviewer's comments

Co-authored-by: Sina Eftekhar <[email protected]>
* Fix the endorsement permissions

* linter

* fix permissions

* fix tests

* linter ruby 3.1

* Fix syntax error with the previous Ruby version for 0.26

Co-authored-by: eliegaboriau <[email protected]>
* Fix order when filtering Meetings (decidim#9505)

* Change date meetings filters checkboxes to radio buttons

* Fix default upcoming filter on meetings' controller

* Order filtered meetings by start_time

* Use Faker::Date in meetings' seeds

* Convert let definitions to one line blocks

* Fix typo

* Add default filter specs for Upcoming meetings

* Add specs for 'date filters' on meetings

* Reintroduces the 'All' filter for meetings dates

* Remove uneceessary instance variable

Co-authored-by: Antti Hukkanen <[email protected]>

* Fix for 500 errors on static maps

* Preserve the currently selected per_page value with filter forms

* Fix the broken specs due to changes in the per_page configuration

* Do not use concat in helpers that are used in cells

* Rubocop

Co-authored-by: Antti Hukkanen <[email protected]>

* Use the correct legacy search API in 0.26

* Do not use the per_page filter as it is not relevant in 0.26

* Target the correct search element in 0.26

* Fix the share URL dialog after filtering the view

Co-authored-by: Andrés Pereira de Lucena <[email protected]>
…s' to v0.26 (decidim#9746)

* Fix redundant notification on comments with linked proposals

* Fix redundant email notification bug

* Add unit test

* trigger GitHub actions

* Fix syntax issues with older Ruby version

Co-authored-by: Sina Eftekhar <[email protected]>
…e' to v0.26 (decidim#9714)

* Make the HERE map display in the currently selected language

* Refactor HERE map language codes method

Co-authored-by: Sergei Krylov <[email protected]>
….26 (decidim#9710)

* Fix language selector doesn't work for newly created fields.
The field disappears when there are errors in the form and select a different language for this field.

* Fix translations of language with errors for language selector.

* Disable require-jsdoc

* Revert "Fix translations of language with errors for language selector."

This reverts commit cda01ac

* Refactoring of onchange function calls, reimplement without jQuery.

* Refactor select change event

* Fix linters

* Update decidim-admin/app/packs/src/decidim/admin/choose_language.js

Typo. Change back "click" to "change"

Co-authored-by: Antti Hukkanen <[email protected]>

Co-authored-by: Antti Hukkanen <[email protected]>

Co-authored-by: Sergei Krylov <[email protected]>
…ble_for scope' to v0.26 (decidim#9794)

* Ignore participatory spaces without models in meetings visible_for scope

* ignore participatory spaces without models in highlighted elements

* add a test

* fix old scope name
…decidim#9797)

* Fix leaking emails on admin user search controller (decidim#9791)

* rename test

* fix leaking emails on admin user search controller

# Conflicts:
#	decidim-admin/spec/controllers/organizations_controller_spec.rb

* lint spec
# Conflicts:
#	decidim-admin/spec/controllers/organizations_contoller_spec.rb

* lint for 2.7
* Fix import hero and banner images in participatory process

Fix assemblies and process images importation

* Remove uneeded yarn.lock

* TEST: Make tests succeed

* Refactor bugfix

* Rename helper test function

Co-authored-by: Laura Jaime <[email protected]>

Co-authored-by: Oliver Valls <[email protected]>
Co-authored-by: Laura Jaime <[email protected]>
andreslucena and others added 27 commits November 2, 2022 18:40
…decidim#9962)

* Fix editor clipboard pasting losting bold types

* Add a spec testing the rich text editor clipboard pasting

* Add the license notes for the Quill clipboard overrides

Co-authored-by: Antti Hukkanen <[email protected]>
…26 (decidim#9993)

* Add missing active actions on admin navigation menu

* Add missing actions on User's admin navigation menu

* Add missing actions on Settings' admin navigation menu

* Add missing actions on Assemblies' admin navigation menu

* Add missing actions on Initiatives' admin navigation menu

* Add missing actions on Processes' admin navigation menu

* Add missing actions on Dashboard's admin navigation menu

* Remove initiatives settings logic on admin menu

This feature doesn't exist in v0.26

* Remove unexisting feature in this version

* Add missing comma at EOL
…ler at votings' to v0.26 (decidim#9977)

* Define the component import routes, permissions and controller at votings

* Define the component import routes, permissions and controller at votings

* Test the proposal imports in the votings space

* Add omitted value in keyword argument

* Using attach_file as dynamically_attach_file didn't exist in v0.26

* Use error message existing on v0.26

Co-authored-by: Antti Hukkanen <[email protected]>

Co-authored-by: Antti Hukkanen <[email protected]>
…ges' to v0.26 (decidim#10010)

* Fix proposal etiquette and length validator with base64 images (decidim#9639)

* Fix proposal etiquette and length validator with base64 images

* Use strip_tags instead of nokogiri not to include hidden content

Content e.g. in `<script>` tags should be automatically hidden,
so this should not be included in the validation either.

* Fix the expected base64 mime types

* Add omitted value in keyword argument

* Replace unexisting API on v0.26

Co-authored-by: Antti Hukkanen <[email protected]>
…cidim#10023)

* Fix importing a page component without a body

* Add page in AssemblyImporter JSON example

* Add spec for pages imported without body

* Add guard clause for pages imported without body

* Fix proposals tests

Co-authored-by: Andrés Pereira de Lucena <[email protected]>
Co-authored-by: Andrés Pereira de Lucena <[email protected]>
* Refactor cell titles

* Refactor HTML escaping in cell titles

* Add specs to test the cell titles

* Fix meetings spec

* Add omitted value in keyword argument

* Fix proposals spec

Co-authored-by: Antti Hukkanen <[email protected]>
…ources' to v0.26 (decidim#9941)

* Fix moderations for comments that are mapped to deleted resources

* Return nil for reported content url if the commentable is deleted

* Show "deleted resource" instead of the visit URL when URL is not returned

* Add system specs testing that moderations for comments with deleted resources work

* Fix issue hiding comments for deleted debates

* Add moderation test to hide comments for deleted resources

* Add manage moderations shared examples for debates

* Fix specs after merging with develop

* Add omitted value in keyword argument

* Remove Capybara.server_port from spec

Co-authored-by: Antti Hukkanen <[email protected]>
* Fix user related absolute URLs

* Fix the user related URLs to contain the correct port

* Add a spec for the profile_url method in UserPresenter

* Fix default_avatar_url in UserPresenter

* Fix specs broken by the port change

* Fix broken specs

* Call the same method in both cases

* Remove Capybara.server_port from specs

* Remove Capybara.server_port from spec

* Fix rubocop offense

Co-authored-by: Antti Hukkanen <[email protected]>
… private users' to v0.26 (decidim#9979)

* Fix duplicate user activity records when public spaces have private users

* Fix duplicate activity records with public space private users

When a public space had private users, there could be duplicates
shown in the activity record views.

* Add specs testing the public activities query

* Add omitted value in keyword argument

* Remove unexisting feature in this version

* Disable rubocop offense

* Adapt spec from PublicActivities to ActivitySearch

* Fix rubocop offenses

Co-authored-by: Antti Hukkanen <[email protected]>
* Refactor the meeting list item title display

* Remove unnecessary method

* Refactor meeting list item

* Update the meeting list item spec

* Add spec for the highlighted list item cell

Co-authored-by: Antti Hukkanen <[email protected]>
…ecidim#10055)

* Move explanation in accountability's admin import CSV results

We also remove the 'import-process-info' class and its CSS definition,
as it isn't necessary anymore.

* Add HTML support to ImportForm help text

* Reformat help text to proposals' answers import

* Reformat help text to proposals' import

* Remove links with link word

* Add nested list in explanation

* Add an example for English language on i18n attributes
…system panel' to v0.26 (decidim#10053)

* Fix organization SMTP password not saved (became blank) in system panel

* Fix organization SMTP password not saved (became blank) in system panel

* Fix organization SMTP password not saved (became blank) in system panel - refactoring

* Convert hash keys to symbols

So it's compatible with Virtus
Suggestion from code review

Co-authored-by: Sergei Krylov <[email protected]>
…0051)

* Fix usages of  and

* Fix typo from bad merge

* Fix spec to make it compatible with markup from this version

Co-authored-by: Sergei Krylov <[email protected]>
…v0.26 (decidim#10057)

* Show only ToS acceptance when admin hasn't accepted it

* Don't show the 'Activity' card in dashboard if admin didn't accepted the ToS

* Don't show the 'Global moderations' menu if admin didn't accepted the ToS

* Extract spec to a shared example

* Don't show the 'Participants' menu if admin didn't accepted the ToS

* Fix CTA button copy

* Don't show the 'Templates' menu if admin didn't accepted the ToS

* Don't show the 'Initiatives' menu if admin didn't accepted the ToS

* Add system spec

* Fix specs

* Add example for ToS acceptance in 'Global moderations'

* Fix spec

* Add example for ToS acceptance in 'Space moderations'

* Fix guard clause when admin is managing users

* Add omitted value in keyword argument

Suggestions from code review

Co-authored-by: Antti Hukkanen <[email protected]>

Co-authored-by: Antti Hukkanen <[email protected]>
* Refactor admin listing titles

* Leave behavior on titles consistent with this version

* Fix spec to make it compatible with markup from this version

* Change helper path for the correct for v0.26

Suggested by code review

Co-authored-by: Antti Hukkanen <[email protected]>

Co-authored-by: Antti Hukkanen <[email protected]>
…#9953)

* Fix date/time formats at component forms

* Fix the localized date and time with zone with ISO formats

* Fix the datetime_field with Time and DateTime

* Change the component time to TimeWithZone attribute type

* Fix the conferences admin update controller spec

* Fix the date/time attributes with the Virtus API

* Fix DateTime expectation at the FormBuilder spec

* Disable rubocop for the Date.parse usage in a spec

* Split the coerce fallback into its own method

* Fix variable name and also rescue from TypeError

Co-authored-by: Antti Hukkanen <[email protected]>
* New translations en.yml (Latvian)

* New translations en.yml (French, Canada)

* New translations en.yml (Luxembourgish)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Russian with many plural form)

* New translations en.yml (Finnish (plain))

* New translations en.yml (French)

* New translations en.yml (French)

* New translations en.yml (French)

* New translations en.yml (French)

* New translations en.yml (French)

* New translations en.yml (French)

* New translations en.yml (Romanian)

* New translations en.yml (Romanian)

* New translations en.yml (Romanian)

* New translations en.yml (Arabic)

* New translations en.yml (Arabic)

* New translations en.yml (Spanish)

* New translations en.yml (Spanish)

* New translations en.yml (Spanish)

* New translations en.yml (Spanish)

* New translations en.yml (Spanish)

* New translations en.yml (Bulgarian)

* New translations en.yml (Catalan)

* New translations en.yml (Catalan)

* New translations en.yml (Catalan)

* New translations en.yml (Czech)

* New translations en.yml (Catalan)

* New translations en.yml (Catalan)

* New translations en.yml (Czech)

* New translations en.yml (Czech)

* New translations en.yml (German)

* New translations en.yml (Czech)

* New translations en.yml (Czech)

* New translations en.yml (Basque)

* New translations en.yml (Basque)

* New translations en.yml (Basque)

* New translations en.yml (Basque)

* New translations en.yml (German)

* New translations en.yml (German)

* New translations en.yml (Greek)

* New translations en.yml (Greek)

* New translations en.yml (Finnish)

* New translations en.yml (Finnish)

* New translations en.yml (Finnish)

* New translations en.yml (Finnish)

* New translations en.yml (Finnish)

* New translations en.yml (Italian)

* New translations en.yml (Italian)

* New translations en.yml (Italian)

* New translations en.yml (Hungarian)

* New translations en.yml (Hungarian)

* New translations en.yml (Hungarian)

* New translations en.yml (Japanese)

* New translations en.yml (Japanese)

* New translations en.yml (Japanese)

* New translations en.yml (Japanese)

* New translations en.yml (Japanese)

* New translations en.yml (Japanese)

* New translations en.yml (Lithuanian)

* New translations en.yml (Dutch)

* New translations en.yml (Dutch)

* New translations en.yml (Norwegian)

* New translations en.yml (Lithuanian)

* New translations en.yml (Lithuanian)

* New translations en.yml (Lithuanian)

* New translations en.yml (Dutch)

* New translations en.yml (Polish)

* New translations en.yml (Portuguese)

* New translations en.yml (Polish)

* New translations en.yml (Norwegian)

* New translations en.yml (Norwegian)

* New translations en.yml (Polish)

* New translations en.yml (Portuguese)

* New translations en.yml (Slovak)

* New translations en.yml (Portuguese)

* New translations en.yml (Slovak)

* New translations en.yml (Turkish)

* New translations en.yml (Turkish)

* New translations en.yml (Turkish)

* New translations en.yml (Swedish)

* New translations en.yml (Swedish)

* New translations en.yml (Swedish)

* New translations en.yml (Chinese Simplified)

* New translations en.yml (Chinese Simplified)

* New translations en.yml (Chinese Simplified)

* New translations en.yml (Galician)

* New translations en.yml (Galician)

* New translations en.yml (Galician)

* New translations en.yml (Portuguese, Brazilian)

* New translations en.yml (Portuguese, Brazilian)

* New translations en.yml (Indonesian)

* New translations en.yml (Portuguese, Brazilian)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Indonesian)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Latvian)

* New translations en.yml (Latvian)

* New translations en.yml (French, Canada)

* New translations en.yml (French, Canada)

* New translations en.yml (French, Canada)

* New translations en.yml (French, Canada)

* New translations en.yml (French, Canada)

* New translations en.yml (French, Canada)

* New translations en.yml (Luxembourgish)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Finnish (plain))

* New translations en.yml (Finnish (plain))

* New translations en.yml (Finnish (plain))

* New translations en.yml (Finnish (plain))

* New translations en.yml (Finnish (plain))

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Guarani)

* New translations en.yml (Portuguese, Brazilian)

* New translations en.yml (Polish)

* New translations en.yml (Polish)

* New translations en.yml (Spanish)

* New translations en.yml (French)

* New translations en.yml (Czech)

* New translations en.yml (Catalan)

* New translations en.yml (Finnish)

* New translations en.yml (Hungarian)

* New translations en.yml (Japanese)

* New translations en.yml (Polish)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (French, Canada)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Finnish (plain))

* New translations en.yml (Romanian)

* New translations en.yml (French)

* New translations en.yml (Spanish)

* New translations en.yml (Romanian)

* New translations en.yml (French)

* New translations en.yml (Bulgarian)

* New translations en.yml (Spanish)

* New translations en.yml (Arabic)

* New translations en.yml (Catalan)

* New translations en.yml (Czech)

* New translations en.yml (Catalan)

* New translations en.yml (German)

* New translations en.yml (Czech)

* New translations en.yml (Danish)

* New translations en.yml (Basque)

* New translations en.yml (Greek)

* New translations en.yml (Irish)

* New translations en.yml (Finnish)

* New translations en.yml (Finnish)

* New translations en.yml (Hungarian)

* New translations en.yml (Japanese)

* New translations en.yml (Italian)

* New translations en.yml (Japanese)

* New translations en.yml (Lithuanian)

* New translations en.yml (Norwegian)

* New translations en.yml (Dutch)

* New translations en.yml (Lithuanian)

* New translations en.yml (Dutch)

* New translations en.yml (Portuguese)

* New translations en.yml (Polish)

* New translations en.yml (Slovak)

* New translations en.yml (Slovenian)

* New translations en.yml (Chinese Simplified)

* New translations en.yml (Turkish)

* New translations en.yml (Swedish)

* New translations en.yml (Swedish)

* New translations en.yml (Galician)

* New translations en.yml (Galician)

* New translations en.yml (Icelandic)

* New translations en.yml (Portuguese, Brazilian)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Latvian)

* New translations en.yml (French, Canada)

* New translations en.yml (French, Canada)

* New translations en.yml (Sinhala)

* New translations en.yml (Luxembourgish)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Finnish (plain))

* New translations en.yml (Finnish (plain))

* New translations en.yml (Romanian)

* New translations en.yml (Arabic)

* New translations en.yml (Spanish)

* New translations en.yml (French)

* New translations en.yml (Catalan)

* New translations en.yml (Czech)

* New translations en.yml (Greek)

* New translations en.yml (German)

* New translations en.yml (Basque)

* New translations en.yml (Finnish)

* New translations en.yml (Hungarian)

* New translations en.yml (Italian)

* New translations en.yml (Japanese)

* New translations en.yml (Dutch)

* New translations en.yml (Lithuanian)

* New translations en.yml (Polish)

* New translations en.yml (Norwegian)

* New translations en.yml (Portuguese)

* New translations en.yml (Swedish)

* New translations en.yml (Turkish)

* New translations en.yml (Galician)

* New translations en.yml (Portuguese, Brazilian)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (French, Canada)

* New translations en.yml (Luxembourgish)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Finnish (plain))

* New translations en.yml (Romanian)

* New translations en.yml (Romanian)

* New translations en.yml (Romanian)

* New translations en.yml (Romanian)

* New translations en.yml (Romanian)

* New translations en.yml (Romanian)

* New translations en.yml (Romanian)

* New translations en.yml (Romanian)

* New translations en.yml (Spanish)

* New translations en.yml (Spanish)

* New translations en.yml (Catalan)

* New translations en.yml (Catalan)

* New translations en.yml (Spanish)

* New translations en.yml (Spanish)

* New translations en.yml (Catalan)

* New translations en.yml (Catalan)
* New translations en.yml (Catalan)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Spanish, Paraguay)
* New translations en.yml (Finnish)

* New translations en.yml (Finnish)

* New translations en.yml (Finnish)

* New translations en.yml (Finnish)

* New translations en.yml (Finnish (plain))

* New translations en.yml (Finnish (plain))

* New translations en.yml (Finnish (plain))

* New translations en.yml (Spanish)

* New translations en.yml (Romanian)

* New translations en.yml (French)

* New translations en.yml (Romanian)

* New translations en.yml (French)

* New translations en.yml (French)

* New translations en.yml (French)

* New translations en.yml (Arabic)

* New translations en.yml (Arabic)

* New translations en.yml (Spanish)

* New translations en.yml (Spanish)

* New translations en.yml (Spanish)

* New translations en.yml (Spanish)

* New translations en.yml (Catalan)

* New translations en.yml (Bulgarian)

* New translations en.yml (Czech)

* New translations en.yml (Czech)

* New translations en.yml (Catalan)

* New translations en.yml (Czech)

* New translations en.yml (Catalan)

* New translations en.yml (Catalan)

* New translations en.yml (German)

* New translations en.yml (German)

* New translations en.yml (German)

* New translations en.yml (Czech)

* New translations en.yml (Basque)

* New translations en.yml (Greek)

* New translations en.yml (Greek)

* New translations en.yml (Basque)

* New translations en.yml (Finnish)

* New translations en.yml (Finnish)

* New translations en.yml (Irish)

* New translations en.yml (Hungarian)

* New translations en.yml (Hungarian)

* New translations en.yml (Italian)

* New translations en.yml (Italian)

* New translations en.yml (Japanese)

* New translations en.yml (Lithuanian)

* New translations en.yml (Lithuanian)

* New translations en.yml (Japanese)

* New translations en.yml (Japanese)

* New translations en.yml (Japanese)

* New translations en.yml (Norwegian)

* New translations en.yml (Norwegian)

* New translations en.yml (Dutch)

* New translations en.yml (Dutch)

* New translations en.yml (Portuguese)

* New translations en.yml (Polish)

* New translations en.yml (Polish)

* New translations en.yml (Portuguese)

* New translations en.yml (Slovak)

* New translations en.yml (Slovak)

* New translations en.yml (Turkish)

* New translations en.yml (Turkish)

* New translations en.yml (Swedish)

* New translations en.yml (Swedish)

* New translations en.yml (Chinese Simplified)

* New translations en.yml (Chinese Simplified)

* New translations en.yml (Galician)

* New translations en.yml (Galician)

* New translations en.yml (Indonesian)

* New translations en.yml (Indonesian)

* New translations en.yml (Portuguese, Brazilian)

* New translations en.yml (Portuguese, Brazilian)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Spanish, Mexico)

* New translations en.yml (Latvian)

* New translations en.yml (Latvian)

* New translations en.yml (French, Canada)

* New translations en.yml (French, Canada)

* New translations en.yml (French, Canada)

* New translations en.yml (French, Canada)

* New translations en.yml (Luxembourgish)

* New translations en.yml (Luxembourgish)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Spanish, Paraguay)

* New translations en.yml (Russian with many plural form)

* New translations en.yml (Finnish (plain))

* New translations en.yml (Finnish (plain))

* New translations en.yml (Finnish (plain))

* New translations en.yml (Finnish (plain))
…elona/decidim into chore/update-custom-0.26.4
…elona/decidim into chore/update-custom-0.26.4
…elona/decidim into chore/update-custom-0.26.4
@fblupi fblupi marked this pull request as ready for review February 7, 2023 12:28
@fblupi fblupi merged commit d8d945f into release/0.26-stable-bcn Feb 7, 2023
@fblupi fblupi deleted the chore/update-custom-0.26.4 branch February 7, 2023 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants