#30585 closed New feature (fixed)
Add support for "translate" and "blocktranslate" tags.
| Reported by: | Mike Hansen | Owned by: | Mike Hansen |
|---|---|---|---|
| Component: | Internationalization | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Zeilla Morin | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
We'd like to add aliases for the trans and blocktrans template tags which do not have connotations to the transgender community. An initial proposal would be to add translate and blocktranslate as aliases.
I've created https://github.com/django/django/pull/11500 as a starting point with a focus on minimizing changes to the Django code initially. Depending on people's thoughts, we're happy to do the work if people would prefer these to be the defaults throughout the codebase.
Change History (13)
comment:1 by , 6 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
comment:2 by , 6 years ago
Well, it isn't too hard to imagine the mental associations created by "block trans" for someone who identifies as "trans", even if it's just a synonym.
comment:4 by , 6 years ago
| Resolution: | wontfix |
|---|---|
| Status: | closed → new |
| Triage Stage: | Unreviewed → Accepted |
Thanks for the effort you made by bringing the subject on the discussion list. Looks like there is good support for this idea.
Only the blocktranslate vs translateblock variant looks still undecided.
comment:5 by , 6 years ago
| Has patch: | unset |
|---|---|
| Summary: | Add support for "translate" and "blocktranslate" tags → Add support for "translate" and "blocktranslate" tags. |
| Version: | 2.2 → master |
comment:6 by , 6 years ago
I've added a pull request at https://github.com/django/django/pull/11811 which switches to these by default (but still maintains support for the previous ones). I think that blocktranslate is better as that is closer to what people will be looking for if they are familiar with the blocktrans tag.
comment:7 by , 6 years ago
| Has patch: | set |
|---|
comment:8 by , 6 years ago
| Cc: | added |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:10 by , 6 years ago
| Patch needs improvement: | set |
|---|
comment:11 by , 6 years ago
| Patch needs improvement: | unset |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
I really don't see what negativity does the current
transtag bring. I would have understand if thetranstemplate tag function was in any way related to human gender thematic. In this case, it's just some random synonymity without any bad connotation, in my opinion.If you disagree, you may discuss it on the django-developers mailing list first.