diff options
| -rw-r--r-- | lib/locales/en_IND/phone_number/formats.js | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/lib/locales/en_IND/phone_number/formats.js b/lib/locales/en_IND/phone_number/formats.js index a0e65703..b00f9e03 100644 --- a/lib/locales/en_IND/phone_number/formats.js +++ b/lib/locales/en_IND/phone_number/formats.js @@ -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##-#######", ]; |
