Opened 3 months ago
Closed 9 days ago
#37123 closed Uncategorized (invalid)
Wrong translation id used in actions-submit (actions.html)
| Reported by: | alex | Owned by: | |
|---|---|---|---|
| Component: | contrib.admin | Version: | 6.0 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Problem:
Block actions-submit of django/contrib/admin/templates/admin/actions.html (line 8) specifies
{% translate "Run" %}
It should however be
{% translate "Run the selected action" %}
as specified in the po files.
Change History (4)
comment:1 by , 3 months ago
| Summary: | Wrong translation id used in actions-submit → Wrong translation id used in actions-submit (actions.html) |
|---|
comment:2 by , 3 months ago
| Component: | Uncategorized → contrib.admin |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
| UI/UX: | unset |
comment:3 by , 9 days ago
| Resolution: | invalid |
|---|---|
| Status: | closed → new |
In django 6.1 this problem isn't fixed yet.
When looking through the po files I see some having Run defined and the rest Run selected action
I think someone reverted the change because it broke for him, so we have to edit both places:
- po files
django/contrib/admin/templates/admin/actions.html
comment:4 by , 9 days ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Hi alex,
Run the selected action was actually a title tooltip which has been removed completely. The Button used to say "Go", this now says "Run". See the ticket #36255 and PR for more details. This was an intentional change for accessibility purposes
As this is a new change as of 6.1, our translations may take time to catch up. Note that when new translations are received, these are included in later versions.
Thanks for the report, but the change to "Run" was intentional, and we will need translations submitted in any languages where it's missing.