#13961 closed (fixed)
i18n documentation should specify how to include a reverse url lookup in a {% blocktrans %} tag
| Reported by: | Jim Garrison | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | richardbarran@… | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
#7239 is the original ticket which suggests a way to use reverse url lookups within a {% blocktrans %} tag. That ticket was eventually marked wontfix in favor of having people use the {% url path.to.view as the_url %} syntax, but the i18n documentation was never updated to explicitly show people how this should work.
Attachments (2)
Change History (7)
by , 15 years ago
| Attachment: | 13961.diff added |
|---|
comment:1 by , 15 years ago
| Has patch: | set |
|---|
comment:2 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
Just s/url/URL/g and removed some unnecessary whitespaces :-)
comment:3 by , 15 years ago
| Cc: | added |
|---|
comment:4 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:5 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
Patch for i18n documentation.