Skip to content

Commit

Permalink
Merge pull request #710 from 07Gond/master
Browse files Browse the repository at this point in the history
Improve Canadian local postal code support
  • Loading branch information
Marak authored Oct 15, 2018
2 parents b59d4f5 + 0c34d2c commit afcbaca
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
19 changes: 18 additions & 1 deletion lib/locales/en_CA/address/postcode.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
module["exports"] = [
"?#? #?#"
"A#? #?#",
"B#? #?#",
"C#? #?#",
"E#? #?#",
"G#? #?#",
"H#? #?#",
"J#? #?#",
"K#? #?#",
"L#? #?#",
"M#? #?#",
"N#? #?#",
"P#? #?#",
"R#? #?#",
"S#? #?#",
"T#? #?#",
"V#? #?#",
"X#? #?#",
"Y#? #?#",
];
19 changes: 18 additions & 1 deletion lib/locales/fr_CA/address/postcode.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
module["exports"] = [
"?#? #?#"
"A#? #?#",
"B#? #?#",
"C#? #?#",
"E#? #?#",
"G#? #?#",
"H#? #?#",
"J#? #?#",
"K#? #?#",
"L#? #?#",
"M#? #?#",
"N#? #?#",
"P#? #?#",
"R#? #?#",
"S#? #?#",
"T#? #?#",
"V#? #?#",
"X#? #?#",
"Y#? #?#",
];

0 comments on commit afcbaca

Please sign in to comment.