Skip to content

Commit

Permalink
[Locale: en_GB] Added basic support for generating UK postcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
terrawheat committed Jan 18, 2016
1 parent 322a2ad commit 4e3cb55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/locales/en_GB/address/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ module['exports'] = address;
address.county = require("./county");
address.uk_country = require("./uk_country");
address.default_country = require("./default_country");
address.postcode = require("./postcode");
4 changes: 4 additions & 0 deletions lib/locales/en_GB/address/postcode.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module["exports"] = [
"??# #??",
"??## #??",
];

0 comments on commit 4e3cb55

Please sign in to comment.