Skip to content

Commit

Permalink
Improve locale pt_PT with cell_phone formats
Browse files Browse the repository at this point in the history
  • Loading branch information
titonobre committed Oct 14, 2018
1 parent a84e3a9 commit ea6f105
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/locales/pt_PT/cell_phone/formats.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module["exports"] = [
"+351 91#######",
"+351 93#######",
"+351 96#######"
];
3 changes: 3 additions & 0 deletions lib/locales/pt_PT/cell_phone/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
var cell_phone = {};
module['exports'] = cell_phone;
cell_phone.formats = require("./formats");
1 change: 1 addition & 0 deletions lib/locales/pt_PT/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ pt_PT.address = require("./address");
pt_PT.internet = require("./internet");
pt_PT.name = require("./name");
pt_PT.phone_number = require("./phone_number");
pt_PT.cell_phone = require("./cell_phone");
pt_PT.commerce = require("./commerce");
pt_PT.date = require("./date");

0 comments on commit ea6f105

Please sign in to comment.