Opened 17 years ago

Closed 17 years ago

#3127 closed defect (fixed)

[patch] i18n for NullBooleanField

Reported by: Maciej Bliziński Owned by: hugo
Component: Internationalization Version: dev
Severity: minor Keywords: i18n
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

NullBooleanField displays English when generating a form field.

Attachments (1)

NullBooleanFieldI18n.patch (756 bytes ) - added by Maciej Bliziński 17 years ago.
Patch that adds _() around the hard-coded strings and fixes the problem

Download all attachments as: .zip

Change History (3)

by Maciej Bliziński, 17 years ago

Attachment: NullBooleanFieldI18n.patch added

Patch that adds _() around the hard-coded strings and fixes the problem

comment:1 by Simon G. <dev@…>, 17 years ago

Has patch: set
Keywords: i18n added
Summary: i18n for NullBooleanField[patch] i18n for NullBooleanField
Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4398]) Fixed #3127 -- Added i18n hooks to NullBooleanField. Thanks, automatthias

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