-
Notifications
You must be signed in to change notification settings - Fork 15
Upgrade to 0.29. Add EU language #29
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
base: main
Are you sure you want to change the base?
Conversation
* 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]>
There was a problem hiding this 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
* 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
This PR adds the Basque language!