Opened 12 years ago

Closed 12 years ago

#17989 closed Bug (fixed)

"invalid" error message of CHPhoneNumberField not translatable

Reported by: Benjamin Wohlwend Owned by: nobody
Component: contrib.localflavor Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The "invalid" default error message of django.contrib.localflavor.ch.forms.CHPhoneNumberField is not marked as translatable.

Attachments (1)

mark_error_translatable.diff (508 bytes ) - added by Benjamin Wohlwend 12 years ago.
wrapped error message in ugettext_lazy

Download all attachments as: .zip

Change History (3)

by Benjamin Wohlwend, 12 years ago

wrapped error message in ugettext_lazy

comment:1 by Claude Paroz, 12 years ago

Component: Translationscontrib.localflavor
Easy pickings: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Claude Paroz, 12 years ago

Resolution: fixed
Status: newclosed

In [17824]:

(The changeset message doesn't reference this ticket)

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