Skip to content

Conversation

microstudi
Copy link

@microstudi microstudi commented Mar 27, 2025

This PR adds the Basque language!

microstudi and others added 2 commits March 27, 2025 16:20
* upgrade to 0.29

* update CI

* fix tests

* fix tests

* fix test

* Apply suggestions from code review

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

* Update Gemfile and lockfile for Decidim 0.29.2

* fix accessibility test

* add overrides_spec

* fix custom_country_select

---------

Co-authored-by: Ivan Vergés <[email protected]>
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 26 out of 27 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • .ruby-version: Language not supported
Comments suppressed due to low confidence (2)

spec/factories.rb:11

  • Changing the factory 'name' attribute from a string to a locale-indexed hash may introduce type mismatches if the consuming code expects a string. Please verify that all tests and methods using this factory support the new hash format.
name { Faker::Company.unique.name }

app/commands/concerns/decidim/extra_user_fields/update_account_commands_overrides.rb:14

  • Replacing '@user' with 'current_user' requires confirmation that 'current_user' is always available and set in this context. Please ensure that this change is consistently supported across the application.
current_user.locale = @form.locale

Copy link
Member

@entantoencuanto entantoencuanto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@microstudi microstudi changed the title add EU language Upgrade to 0.29. Add EU language May 8, 2025
microstudi and others added 6 commits May 9, 2025 09:18
* upgrade to 0.29

* update CI

* fix tests

* fix tests

* fix test

* Apply suggestions from code review

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

* Update Gemfile and lockfile for Decidim 0.29.2

* fix accessibility test

* add overrides_spec

* fix custom_country_select

---------

Co-authored-by: Anna Topalidi <[email protected]>
Co-authored-by: Anna Topalidi <[email protected]>
* add gender options

* add age range

* add translations

* add readme

* fix locales
* add custom select fields

* specs

* erb lint

* specfix

* fix specs

* readme
* add custom boolean fields

* fix specs
* add custom text fields

* add custom text fields

* readme
* allow proc

* change context

* add example
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.

3 participants