Opened 3 weeks ago
Closed 3 weeks ago
#37269 closed Uncategorized (worksforme)
BLANK_CHOICE_LABEL is not translated
| Reported by: | alex | Owned by: | |
|---|---|---|---|
| Component: | Internationalization | Version: | 6.1 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Problem
Despite defined in the po file BLANK_CHOICE_LABEL is not translated in the changelist action menu. I suspect a too early str() call.
Note:
See TracTickets
for help on using tickets.
Hi Alex, I can't replicate via testing (the below test passes once I add the translation file)
tests/admin_views/test_actions.py
Can you explain how to replicate? Perhaps the translation you are after hasn't been translated yet?