Skip to content

Commit

Permalink
feat: add israeli phone number formats with international prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
orinaveh committed Aug 13, 2022
1 parent 25386f3 commit 5fed676
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/locales/he/cell_phone/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ export default [
'055-#######',
'057-#######',
'058-#######',
'+972-50-#######',
'+972-51-#######',
'+972-52-#######',
'+972-53-#######',
'+972-54-#######',
'+972-55-#######',
'+972-57-#######',
'+972-58-#######',
];
6 changes: 6 additions & 0 deletions src/locales/he/phone_number/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ export default [
'08-#######',
'09-#######',
'077-#######',
'+972-2-#######',
'+972-3-#######',
'+972-4-#######',
'+972-8-#######',
'+972-9-#######',
'+972-77-#######',
];

0 comments on commit 5fed676

Please sign in to comment.