chore(dashboard): add missing US states (#13094)

* chore(dashboard): add missing US states

* fix: add missing territiories
This commit is contained in:
Frane Polić
2025-08-03 19:17:12 +02:00
committed by GitHub
parent 51d4751d95
commit 0452eba20b
2 changed files with 14 additions and 0 deletions

View File

@@ -1227,6 +1227,7 @@ const countryProvinceMap: Record<string, CountryProvinceObject> = {
"US-CA": "California",
"US-CO": "Colorado",
"US-CT": "Connecticut",
"US-DE": "Delaware",
"US-FL": "Florida",
"US-GA": "Georgia",
"US-HI": "Hawaii",
@@ -1244,8 +1245,10 @@ const countryProvinceMap: Record<string, CountryProvinceObject> = {
"US-MN": "Minnesota",
"US-MS": "Mississippi",
"US-MO": "Missouri",
"US-MT": "Montana",
"US-NE": "Nebraska",
"US-NV": "Nevada",
"US-NH": "New Hampshire",
"US-NJ": "New Jersey",
"US-NM": "New Mexico",
"US-NY": "New York",
@@ -1253,6 +1256,7 @@ const countryProvinceMap: Record<string, CountryProvinceObject> = {
"US-ND": "North Dakota",
"US-OH": "Ohio",
"US-OK": "Oklahoma",
"US-OR": "Oregon",
"US-PA": "Pennsylvania",
"US-PR": "Puerto Rico",
"US-RI": "Rhode Island",
@@ -1268,6 +1272,11 @@ const countryProvinceMap: Record<string, CountryProvinceObject> = {
"US-WV": "West Virginia",
"US-WI": "Wisconsin",
"US-WY": "Wyoming",
"US-AS": "American Samoa",
"US-GU": "Guam",
"US-MP": "Northern Mariana Islands",
"US-VI": "U.S. Virgin Islands",
"US-UM": "United States Minor Outlying Islands",
},
},
VE: {