-
-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(locale): add en_US location.county data (#1996)
- Loading branch information
1 parent
e4d4492
commit 34b743a
Showing
3 changed files
with
41 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
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', | ||
]; |
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
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