Skip to content

Commit

Permalink
Merge pull request #6874 from romdricks/states
Browse files Browse the repository at this point in the history
Created states for countries
  • Loading branch information
DAcodedBEAT authored Feb 19, 2024
2 parents 63ea904 + c39ba11 commit d73cb4d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/locale/states/fr.json
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"
}
6 changes: 6 additions & 0 deletions src/locale/states/gb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ENG": "England",
"NIR": "Northern Ireland",
"SCT": "Scotland",
"WLS": "Wales"
}
16 changes: 16 additions & 0 deletions src/locale/states/jm.json
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"
}

0 comments on commit d73cb4d

Please sign in to comment.