Opened 3 months ago
#35684 new Cleanup/optimization
Remove raw_prefix when dropping support for gettext < 0.22.5
Reported by: | Tim Graham | Owned by: | |
---|---|---|---|
Component: | Utilities | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Someday/Maybe | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Serhii Tereshchenko commented on the PR for #26093:
Technically, it was a bug in gettext and it is fixed now (but not released yet, probably will be included in the next version after 0.22.5). Somewhere in the future when everyone uses new gettext this workaround may no longer be needed.
raw_prefix
has since moved to django/utils/translation/template.py.
It may be a few years before this ticket is actionable, hence "Someday/Maybe" status.
Note:
See TracTickets
for help on using tickets.