#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 , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [12088]) Fixed #12013 - Marked some default error messages for translation.