diff options
| author | Matt Mayer <[email protected]> | 2023-09-02 01:43:15 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-01 18:43:15 +0000 |
| commit | 6bb4775747288130c1bbca5fe02eccc549465682 (patch) | |
| tree | 2fdf4d8c7bec27e6cc547394bca1d977b6f053bc /src | |
| parent | 8e5bc222c67cad38fd406823f5aade91a409e12a (diff) | |
| download | faker-6bb4775747288130c1bbca5fe02eccc549465682.tar.xz faker-6bb4775747288130c1bbca5fe02eccc549465682.zip | |
feat(location): update en county list (#2238)
Diffstat (limited to 'src')
| -rw-r--r-- | src/locales/en/location/county.ts | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/src/locales/en/location/county.ts b/src/locales/en/location/county.ts index ed4d7ba0..de496db1 100644 --- a/src/locales/en/location/county.ts +++ b/src/locales/en/location/county.ts @@ -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', ]; |
