#12013 closed (fixed)
'invalid' messages in USPhoneNumberField and USStateField are not internationalized
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.