Opened 17 years ago
Closed 17 years ago
#6383 closed (fixed)
Error in localflavor UK Regions North Ireland
Description ¶
NORTHERN_IRELAND_REGION_CHOICES = (
...
("County Down", _("County Down")),
("County Fermanagh", _("County Down")),
...
)
County Fermanagh should be coupled with Country Fermanagh not County Down
Change History (3)
by , 17 years ago
Attachment: | localflavor_uk_n_ireland_fix.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 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.