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)

django-i18n-for-get_text_list.diff (1.2 KB ) - added by dAniel hAhler 17 years ago.
Patch against trunk/r5883

Download all attachments as: .zip

Change History (2)

by dAniel hAhler, 17 years ago

Patch against trunk/r5883

comment:1 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5895]) Fixed #5156 -- Added some translation calls to a couple of missed words. Based on a patch from dAniel hAhler.

Note: See TracTickets for help on using tickets.
Back to Top