Skip to content

Commit

Permalink
en-CA locale
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov committed Sep 15, 2015
1 parent 338fbbe commit 9bc3ab4
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions Resources/Locales/en-CA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"en-CA": {
"faker": {
"address": {
"postcode": "/[A-CEJ-NPR-TVXY][0-9][A-CEJ-NPR-TV-Z] ?[0-9][A-CEJ-NPR-TV-Z][0-9]/",
"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",
"YT"
],
"default_country": [
"Canada"
]
},
"internet": {
"free_email": [
"gmail.com",
"yahoo.ca",
"hotmail.com"
],
"domain_suffix": [
"ca",
"com",
"biz",
"info",
"name",
"net",
"org"
]
},
"phone_number": {
"formats": [
"###-###-####",
"(###)###-####",
"###.###.####",
"1-###-###-####",
"###-###-#### x###",
"(###)###-#### x###",
"1-###-###-#### x###",
"###.###.#### x###",
"###-###-#### x####",
"(###)###-#### x####",
"1-###-###-#### x####",
"###.###.#### x####",
"###-###-#### x#####",
"(###)###-#### x#####",
"1-###-###-#### x#####",
"###.###.#### x#####"
]
}
}
}
}

0 comments on commit 9bc3ab4

Please sign in to comment.