From 95e9c9eea9bc250639678e4201c98e4f49246e68 Mon Sep 17 00:00:00 2001 From: Utsav Bhardwaj Date: Sat, 6 Oct 2018 14:24:29 +0530 Subject: [PATCH] corrected the format The actual format of mobile phone no is rarely starts with less than 6 so corrected that --- lib/locales/en_IND/phone_number/formats.js | 15 ++++++++++++--- 1 file 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 a0e65703f..b00f9e036 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##-#######", ];