diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/fr_CA.js | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/lib/locales/fr_CA.js b/lib/locales/fr_CA.js new file mode 100644 index 00000000..9128fe7b --- /dev/null +++ b/lib/locales/fr_CA.js @@ -0,0 +1,65 @@ +var fr_CA = {}; +module["exports"] = fr_CA; +fr_CA.title = "Canada (French)"; +fr_CA.address = { + "postcode": [ + "?#? #?#" + ], + "state": [ + "Alberta", + "Colombie-Britannique", + "Manitoba", + "Nouveau-Brunswick", + "Terre-Neuve-et-Labrador", + "Nouvelle-Écosse", + "Territoires du Nord-Ouest", + "Nunavut", + "Ontario", + "Île-du-Prince-Édouard", + "Québec", + "Saskatchewan", + "Yukon" + ], + "state_abbr": [ + "AB", + "BC", + "MB", + "NB", + "NL", + "NS", + "NU", + "NT", + "ON", + "PE", + "QC", + "SK", + "YK" + ], + "default_country": [ + "Canada" + ] +}; +fr_CA.internet = { + "free_email": [ + "gmail.com", + "yahoo.ca", + "hotmail.com" + ], + "domain_suffix": [ + "qc.ca", + "ca", + "com", + "biz", + "info", + "name", + "net", + "org" + ] +}; +fr_CA.phone_number = { + "formats": [ + "### ###-####", + "1 ### ###-####", + "### ###-####, poste ###" + ] +}; |
