-
-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(location): update en county list (#2238)
- Loading branch information
1 parent
8e5bc22
commit 6bb4775
Showing
2 changed files
with
105 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,110 @@ | ||
// This is a combination of sample en_US and en_GB county names | ||
// https://github.com/faker-js/faker/pull/2238#issuecomment-1682737025 | ||
export default [ | ||
'Adams County', | ||
'Calhoun County', | ||
'Carroll County', | ||
'Clark County', | ||
'Clay County', | ||
'Crawford County', | ||
'Douglas County', | ||
'Fayette County', | ||
'Franklin County', | ||
'Grant County', | ||
'Greene County', | ||
'Hamilton County', | ||
'Hancock County', | ||
'Henry County', | ||
'Jackson County', | ||
'Jefferson County', | ||
'Johnson County', | ||
'Lake County', | ||
'Lawrence County', | ||
'Lee County', | ||
'Lincoln County', | ||
'Logan County', | ||
'Madison County', | ||
'Marion County', | ||
'Marshall County', | ||
'Monroe County', | ||
'Montgomery County', | ||
'Morgan County', | ||
'Perry County', | ||
'Pike County', | ||
'Polk County', | ||
'Scott County', | ||
'Union County', | ||
'Warren County', | ||
'Washington County', | ||
'Wayne County', | ||
'Avon', | ||
'Bedfordshire', | ||
'Berkshire', | ||
'Borders', | ||
'Buckinghamshire', | ||
'Cambridgeshire', | ||
'Central', | ||
'Cheshire', | ||
'Cleveland', | ||
'Clwyd', | ||
'Cornwall', | ||
'County Antrim', | ||
'County Armagh', | ||
'County Down', | ||
'County Fermanagh', | ||
'County Londonderry', | ||
'County Tyrone', | ||
'Cumbria', | ||
'Derbyshire', | ||
'Devon', | ||
'Dorset', | ||
'Dumfries and Galloway', | ||
'Durham', | ||
'Dyfed', | ||
'East Sussex', | ||
'Essex', | ||
'Fife', | ||
'Gloucestershire', | ||
'Grampian', | ||
'Greater Manchester', | ||
'Gwent', | ||
'Gwynedd County', | ||
'Hampshire', | ||
'Herefordshire', | ||
'Hertfordshire', | ||
'Highlands and Islands', | ||
'Humberside', | ||
'Isle of Wight', | ||
'Kent', | ||
'Lancashire', | ||
'Leicestershire', | ||
'Lincolnshire', | ||
'Lothian', | ||
'Merseyside', | ||
'Mid Glamorgan', | ||
'Norfolk', | ||
'North Yorkshire', | ||
'Northamptonshire', | ||
'Northumberland', | ||
'Nottinghamshire', | ||
'Oxfordshire', | ||
'Powys', | ||
'Rutland', | ||
'Shropshire', | ||
'Somerset', | ||
'South Glamorgan', | ||
'South Yorkshire', | ||
'Staffordshire', | ||
'Strathclyde', | ||
'Suffolk', | ||
'Surrey', | ||
'Tayside', | ||
'Tyne and Wear', | ||
'Warwickshire', | ||
'West Glamorgan', | ||
'West Midlands', | ||
'West Sussex', | ||
'West Yorkshire', | ||
'Wiltshire', | ||
'Worcestershire', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters