Opened 17 years ago
Closed 17 years ago
#5156 closed (fixed)
Use i18n/_() for all get_text_list occurences
Reported by: | dAniel hAhler | Owned by: | Malcolm Tredinnick |
---|---|---|---|
Component: | Internationalization | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I've found two places in the code where the last_word argument for get_text_list does not use i18n:
- in django.core.validators
- in the default of django.utils.text.get_text_list itself
The attached patch fixes this.
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | django-i18n-for-get_text_list.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch against trunk/r5883