react-pivot
Version:
React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration.
79 lines (78 loc) • 1.26 kB
JavaScript
var en_CA = {};
module["exports"] = en_CA;
en_CA.title = "Canada (English)";
en_CA.address = {
"postcode": [
"?#? #?#",
"?#?#?#"
],
"state": [
"Alberta",
"British Columbia",
"Manitoba",
"New Brunswick",
"Newfoundland and Labrador",
"Nova Scotia",
"Northwest Territories",
"Nunavut",
"Ontario",
"Prince Edward Island",
"Quebec",
"Saskatchewan",
"Yukon"
],
"state_abbr": [
"AB",
"BC",
"MB",
"NB",
"NL",
"NS",
"NU",
"NT",
"ON",
"PE",
"QC",
"SK",
"YK"
],
"default_country": [
"Canada"
]
};
en_CA.internet = {
"free_email": [
"gmail.com",
"yahoo.ca",
"hotmail.com"
],
"domain_suffix": [
"ca",
"com",
"biz",
"info",
"name",
"net",
"org"
]
};
en_CA.phone_number = {
"formats": [
"###-###-####",
"(###)###-####",
"###.###.####",
"1-###-###-####",
"###-###-#### x###",
"(###)###-#### x###",
"1-###-###-#### x###",
"###.###.#### x###",
"###-###-#### x####",
"(###)###-#### x####",
"1-###-###-#### x####",
"###.###.#### x####",
"###-###-#### x#####",
"(###)###-#### x#####",
"1-###-###-#### x#####",
"###.###.#### x#####"
]
};