Opened 16 years ago
Closed 16 years ago
#11746 closed (fixed)
Some message in `contrib/localflavor/fr/forms.py` could not be localized
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | contrib.localflavor | Version: | dev |
| Severity: | Keywords: | ||
| 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
The message at line 30 of contrib/localflavor/fr/forms.py file could not be localized.
The message should be marked as a translation string.
Thanks.
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | django_contrib_localflavor_fr_forms_lazytrans.patch added |
|---|
comment:1 by , 16 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [11552]) Fixed #11746 -- Marked a string for translation in the FR localflavor. Thanks to iapain for the report and patch