Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#12013 closed (fixed)

'invalid' messages in USPhoneNumberField and USStateField are not internationalized

Reported by: MonteDavidoff Owned by: nobody
Component: contrib.localflavor Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In django.contrib.localflavor.us.forms, the USPhoneNumberField and USStateField fields have 'invalid' error message that are not internationalized. Please wrap the error message texts in a call to the _ function, as is the case with other messages in the same file.

Change History (2)

comment:1 by Jannis Leidel, 14 years ago

Resolution: fixed
Status: newclosed

(In [12088]) Fixed #12013 - Marked some default error messages for translation.

comment:2 by Jannis Leidel, 14 years ago

(In [12246]) [1.1.X] Fixed #12013 - Marked some default error messages for translation.

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