Opened 18 years ago
Closed 18 years ago
#6383 closed (fixed)
Error in localflavor UK Regions North Ireland
| Reported by: | jamiequint | 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
NORTHERN_IRELAND_REGION_CHOICES = (
...
("County Down", _("County Down")),
("County Fermanagh", _("County Down")),
...
)
County Fermanagh should be coupled with Country Fermanagh not County Down
Attachments (1)
Change History (3)
by , 18 years ago
| Attachment: | localflavor_uk_n_ireland_fix.diff added |
|---|
comment:1 by , 18 years ago
| 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.
(In [7055]) Fixed #6383 -- Fixed a typo in the Irish counties list. Thanks, Jamie Quint.