Created
February 1, 2019 21:37
-
-
Save Cobertos/b51fb40f0fb191ca542ca8de6ea40954 to your computer and use it in GitHub Desktop.
Iso Canada State and names structured data javascript
This file contains hidden or 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
'CA-AB' : { | |
'name' : 'Alberta' | |
}, | |
'CA-BC' : { | |
'name' : 'British Columbia' | |
}, | |
'CA-MB' : { | |
'name' : 'Manitoba' | |
}, | |
'CA-NB' : { | |
'name' : 'New Brunswick' | |
}, | |
'CA-NL' : { | |
'name' : 'Newfoundland and Labrador' | |
}, | |
'CA-NS' : { | |
'name' : 'Nova Scotia' | |
}, | |
'CA-ON' : { | |
'name' : 'Ontario' | |
}, | |
'CA-PE' : { | |
'name' : 'Prince Edward Island' | |
}, | |
'CA-QC' : { | |
'name' : 'Quebec' | |
}, | |
'CA-SK' : { | |
'name' : 'Saskatchewan' | |
}, | |
'CA-NT' : { | |
'name' : 'Northwest Territories' | |
}, | |
'CA-NU' : { | |
'name' : 'Nunavut' | |
}, | |
'CA-YT' : { | |
'name' : 'Yukon' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment