From f586d158b67944c5948177f4de7e4d3214ced993 Mon Sep 17 00:00:00 2001 From: BladedCleric819 Date: Sat, 2 May 2026 22:46:25 +0100 Subject: [PATCH] Added English Counties Collection Added english-counties.json for an English Counties Collection --- list/english-counties.json | 51 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 list/english-counties.json diff --git a/list/english-counties.json b/list/english-counties.json new file mode 100644 index 0000000..708a663 --- /dev/null +++ b/list/english-counties.json @@ -0,0 +1,51 @@ +{ + "emoji": "🏴󠁧󠁢󠁥󠁮󠁧󠁿", + "title": "English Counties", + "concepts": [ + "Bedfordshire", + "Berkshire", + "Bristol", + "Buckinghamshire", + "Cambridgeshire", + "Cheshire", + "Cornwall", + "Cumbria", + "Derbyshire", + "Devon", + "Dorset", + "Durham", + "East Sussex", + "East Yorkshire", + "Essex", + "Gloucestershire", + "Greater London", + "Greater Manchester", + "Hampshire", + "Herefordshire", + "Hertfordshire", + "Isle of Wight", + "Kent", + "Lancashire", + "Leicestershire", + "Lincolnshire", + "City of London", + "Merseyside", + "Norfolk", + "Northamptonshire", + "Oxfordshire", + "Rutland", + "Shropshire", + "Somerset", + "South Yorkshire", + "Staffordshire", + "Suffolk", + "Surrey", + "Tyne and Wear", + "Warwickshire", + "West Midlands", + "West Sussex", + "West Yorkshire", + "Wiltshire", + "Worcestershire" + ] +} \ No newline at end of file