Skip to content

Add missing translations#13793

Merged
andreslucena merged 27 commits intodevelopfrom
chore/add-missing-translations
Jan 9, 2025
Merged

Add missing translations#13793
andreslucena merged 27 commits intodevelopfrom
chore/add-missing-translations

Conversation

@alecslupu
Copy link
Copy Markdown
Contributor

@alecslupu alecslupu commented Dec 23, 2024

🎩 What? Why?

While working on #13267, i have noticed there are a lot of missing translations that needs to be added to get a green pipeline.
I am adding it as a stand alone PR, to make it easier to be reviewed.

📌 Related Issues

Link your PR to an issue

Testing

This PR is actually tested by #13267.
I just had to run the pipeline, identify missing strings reported by failing specs, then just add them to pipeline.
I just extracted it a separate PR to ease up the review of #13267

♥️ Thank you!

@github-actions github-actions bot added module: core module: admin module: verifications type: internal PRs that aren't necessary to add to the CHANGELOG for implementers labels Dec 23, 2024
github-actions[bot]
github-actions bot previously approved these changes Dec 23, 2024
github-actions[bot]
github-actions bot previously approved these changes Dec 23, 2024
github-actions[bot]
github-actions bot previously approved these changes Dec 23, 2024
github-actions[bot]
github-actions bot previously approved these changes Dec 23, 2024
github-actions[bot]
github-actions bot previously approved these changes Dec 27, 2024
github-actions[bot]
github-actions bot previously approved these changes Dec 28, 2024
@andreslucena
Copy link
Copy Markdown
Member

@alecslupu feel free to send this to me when it's ready (and also filling the "Testing" section, because to be honest I don't know how to start looking into this)

@alecslupu
Copy link
Copy Markdown
Contributor Author

@alecslupu feel free to send this to me when it's ready (and also filling the "Testing" section, because to be honest I don't know how to start looking into this)

To be honest, you do not have a very good way of testing this against develop.
What i can share with you, is this Rails 7.1 upgrade pipeline which is generated by 7d5dc84:

https://github.com/decidim/decidim/actions/runs/12520054205/job/34925200753?pr=13267
image

and is fixed in 17c08bf

@alecslupu alecslupu marked this pull request as ready for review January 8, 2025 09:52
@alecslupu alecslupu requested a review from andreslucena January 8, 2025 09:56
Copy link
Copy Markdown
Member

@andreslucena andreslucena left a comment

Choose a reason for hiding this comment

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

Can you check my suggestions please? Thanks!

Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com>
@alecslupu alecslupu requested a review from andreslucena January 9, 2025 12:58
@andreslucena andreslucena merged commit e2dbdb6 into develop Jan 9, 2025
@andreslucena andreslucena deleted the chore/add-missing-translations branch January 9, 2025 15:20
entantoencuanto added a commit that referenced this pull request Jan 14, 2025
* develop: (27 commits)
  WCAG navigation submenu (#13796)
  Update gem dependencies (part 3) (#13849)
  Prevent notifications for deleted users (#13812)
  Retries NPM installation a couple times to prevent network timeouts (#13831)
  Update gem dependencies (part 2) (#13839)
  Enhance signature pdf export (#13778)
  Fix HexaPDF dependency (#13834)
  Fix flaky spec in authentication (#13827)
  Merge upload field for documents and image on proposal admin form (#13735)
  Update gem dependencies (#13835)
  Upgrade erb_lint to 0.8.0 (#13833)
  Fix flaky spec in geocoder (#13820)
  Refactor modules mounting routes (#13294)
  Upgrade check-spelling action (#13825)
  Add missing images in the custom registration emails from meetings (#13632)
  Add missing translations (#13793)
  Fix proposal map performance with hundreds of markers (#13798)
  Create multiple surveys within same Survey component (#13420)
  Accountability bulk actions (#13730)
  Improve UI for sorting options on comments (#13670)
  ...
antopalidi pushed a commit to openpoke/decidim that referenced this pull request Feb 12, 2025
* Add missing activemodel.attributes.editor_image.file

* Add missing strings

* Fix: Translation missing: en.activemodel.attributes.user.avatar

* Fix: Translation missing: en.activemodel.attributes.authorization.verification_attachment

* Fix: Translation missing: en.activemodel.attributes.attachment.documents

* Fix: Translation missing: en.activemodel.attributes.user_group.avatar

* Fix: Translation missing: en.decidim.notifications_digest_mailer.header.real_time

* Fix: Translation missing: en.activemodel.attributes.dummy_attribute

* Fix: Translation missing: en.activemodel.attributes.dummy.image

* Fix: Translation missing: en.activemodel.attributes.proposal.latitude

* Fix: Translation missing: en.activemodel.attributes.proposal.longitude

* Fix: Translation missing: en.decidim.notifications_digest_mailer.intro.real_time

* Fix: Translation missing: en.decidim.events.amendments.emendation_promoted.follower.email_subject

* Fix: Translation missing: en.decidim.events.amendments.emendation_promoted.follower.email_intro

* Fix: Translation missing: en.decidim.events.amendments.emendation_promoted.follower.email_outro

* Fix: Translation missing: en.decidim.metrics.blocked_users.description

* Fix:  Translation missing: en.activemodel.attributes.content_block_attachment.background_image

* Fix: Translation missing: en.decidim.metrics.user_reports.description

* Fix: Translation missing: en.decidim.metrics.reported_users.description

* Fix: Translation missing: en.activemodel.attributes.import.file

* Fix: Translation missing: en.activemodel.attributes.participatory_space_private_user_csv_import.file

* Fix:  Translation missing: en.decidim.admin_log.participatory_process_group.unpublish

* Fix: Translation missing: en.activemodel.attributes.partner.logo

* Fix: Translation missing: en.activemodel.attributes.proposals_file_import.file

* Fix: Translation missing: en.activemodel.attributes.import_participatory_text.document

* Fix: Translation missing: en.activemodel.attributes.answer.add_documents

* Apply suggestions from code review

Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com>

---------

Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com>
andreslucena added a commit that referenced this pull request Mar 3, 2025
* Add missing activemodel.attributes.editor_image.file

* Add missing strings

* Fix: Translation missing: en.activemodel.attributes.user.avatar

* Fix: Translation missing: en.activemodel.attributes.authorization.verification_attachment

* Fix: Translation missing: en.activemodel.attributes.attachment.documents

* Fix: Translation missing: en.activemodel.attributes.user_group.avatar

* Fix: Translation missing: en.decidim.notifications_digest_mailer.header.real_time

* Fix: Translation missing: en.activemodel.attributes.dummy_attribute

* Fix: Translation missing: en.activemodel.attributes.dummy.image

* Fix: Translation missing: en.activemodel.attributes.proposal.latitude

* Fix: Translation missing: en.activemodel.attributes.proposal.longitude

* Fix: Translation missing: en.decidim.notifications_digest_mailer.intro.real_time

* Fix: Translation missing: en.decidim.events.amendments.emendation_promoted.follower.email_subject

* Fix: Translation missing: en.decidim.events.amendments.emendation_promoted.follower.email_intro

* Fix: Translation missing: en.decidim.events.amendments.emendation_promoted.follower.email_outro

* Fix: Translation missing: en.decidim.metrics.blocked_users.description

* Fix:  Translation missing: en.activemodel.attributes.content_block_attachment.background_image

* Fix: Translation missing: en.decidim.metrics.user_reports.description

* Fix: Translation missing: en.decidim.metrics.reported_users.description

* Fix: Translation missing: en.activemodel.attributes.import.file

* Fix: Translation missing: en.activemodel.attributes.participatory_space_private_user_csv_import.file

* Fix:  Translation missing: en.decidim.admin_log.participatory_process_group.unpublish

* Fix: Translation missing: en.activemodel.attributes.partner.logo

* Fix: Translation missing: en.activemodel.attributes.proposals_file_import.file

* Fix: Translation missing: en.activemodel.attributes.import_participatory_text.document

* Fix: Translation missing: en.activemodel.attributes.answer.add_documents

* Apply suggestions from code review

Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com>

---------

Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants