Opened 15 years ago

Closed 15 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@…> 15 years ago.

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by Jamie Quint <jamiequint@…>

comment:1 Changed 15 years ago by Simon Greenhill <dev@…>

Triage Stage: UnreviewedReady for checkin

comment:2 Changed 15 years ago by Malcolm Tredinnick

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