Opened 16 years ago

Closed 16 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)

localflavor_uk_n_ireland_fix.diff (581 bytes ) - added by Jamie Quint <jamiequint@…> 16 years ago.

Download all attachments as: .zip

Change History (3)

by Jamie Quint <jamiequint@…>, 16 years ago

comment:1 by Simon Greenhill <dev@…>, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [7055]) Fixed #6383 -- Fixed a typo in the Irish counties list. Thanks, Jamie Quint.

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