Skip to content

Commit

Permalink
corrected the format
Browse files Browse the repository at this point in the history
The actual format of mobile phone no is rarely starts with less than 6
so corrected that
  • Loading branch information
iUtsavB authored Oct 6, 2018
1 parent 9dd5a52 commit 95e9c9e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions lib/locales/en_IND/phone_number/formats.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
module["exports"] = [
"+91###-###-####",
"+91##########",
"+91-###-#######"
"+919##-###-####",
"+919#########",
"+91-9##-#######",
"+918##-###-####",
"+918#########",
"+91-8##-#######",
"+917##-###-####",
"+917#########",
"+91-7##-#######",
"+916##-###-####",
"+916#########",
"+91-6##-#######",
];

0 comments on commit 95e9c9e

Please sign in to comment.