Opened 18 years ago
Closed 18 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)
Change History (3)
by , 18 years ago
Attachment: | NullBooleanFieldI18n.patch added |
---|
comment:1 by , 18 years ago
Has patch: | set |
---|---|
Keywords: | i18n added |
Summary: | i18n for NullBooleanField → [patch] i18n for NullBooleanField |
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch that adds _() around the hard-coded strings and fixes the problem