- Issue created by @Abdullah97
- Status changed to Needs work
9 months ago 4:27pm 12 February 2024 - πΊπΈUnited States smustgrave
Will need a failing test to show the issue.
On multilingual Drupal site, entities' titles and descriptions on overview pages such as ( Content types, roles, vocabularies, menus, or views ) do not display in the active language but remain in the language they were created in, even after being translated.
Implement a patch that ensures entities translations for titles and descriptions are correctly loaded and displayed on overview pages.
entities-translations.patch β
- Peer review.
- Testing by the community.
Here are roles that were added in Arabic and translated into English, but the translations do not appear when viewing the English interface at /en/admin/people/roles:
Now, when viewing the same page after applying the patch:
Similar improvements can be seen across overview pages: Content Types, Roles, Vocabularies, Menus, or Views.
Needs work
11.0 π₯
Last updated
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Will need a failing test to show the issue.