-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6874 from romdricks/states
Created states for countries
- Loading branch information
Showing
3 changed files
with
37 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,15 @@ | ||
{ | ||
"ARA": "Auvergne-Rhone-Alpes", | ||
"BFC": "Bourgogne-Franche-Comte", | ||
"BRE": "Bretagne", | ||
"CVL": "Centre-Val de Loire", | ||
"20R": "Corse", | ||
"GES": "Grand-Est", | ||
"HDF": "Hauts-de-France", | ||
"IDF": "Ile-de-France", | ||
"NOR": "Normandie", | ||
"NAQ": "Nouvelle-Aquitaine", | ||
"OCC": "Occitanie", | ||
"PDL": "Pays-de-la-Loire", | ||
"PAC": "Provence-Alpes-Cote-d'Azur" | ||
} |
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,6 @@ | ||
{ | ||
"ENG": "England", | ||
"NIR": "Northern Ireland", | ||
"SCT": "Scotland", | ||
"WLS": "Wales" | ||
} |
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,16 @@ | ||
{ | ||
"CN": "Clarendon", | ||
"HR": "Hanover", | ||
"KN": "Kingston", | ||
"MR": "Manchester", | ||
"PD": "Portland", | ||
"AW": "Saint Andrew", | ||
"AN": "Saint Ann", | ||
"CE": "Saint Catherine", | ||
"EH": "Saint Elizabeth", | ||
"JS": "Saint James", | ||
"MY": "Saint Mary", | ||
"TS": "Saint Thomas", | ||
"TY": "Trelawny", | ||
"WD": "Westmoreland" | ||
} |