From 28b9ff4c84e765d69864a9a024f542e53263fb79 Mon Sep 17 00:00:00 2001 From: thanhpd Date: Tue, 2 Oct 2018 00:15:42 +0700 Subject: Updated phone number & cell number for vi locale --- lib/locales/vi/cell_phone/formats.js | 11 +++++------ lib/locales/vi/phone_number/formats.js | 15 +-------------- 2 files changed, 6 insertions(+), 20 deletions(-) (limited to 'lib') diff --git a/lib/locales/vi/cell_phone/formats.js b/lib/locales/vi/cell_phone/formats.js index f0093f3d..ecb7c41e 100644 --- a/lib/locales/vi/cell_phone/formats.js +++ b/lib/locales/vi/cell_phone/formats.js @@ -1,8 +1,7 @@ module["exports"] = [ - "074## ######", - "075## ######", - "076## ######", - "077## ######", - "078## ######", - "079## ######" + "03# ### ####", + "05# ### ####", + "07# ### ####", + "08# ### ####", + "09# ### ####" ]; diff --git a/lib/locales/vi/phone_number/formats.js b/lib/locales/vi/phone_number/formats.js index b8164833..69b372ea 100644 --- a/lib/locales/vi/phone_number/formats.js +++ b/lib/locales/vi/phone_number/formats.js @@ -1,17 +1,4 @@ module["exports"] = [ - "01#### #####", - "01### ######", - "01#1 ### ####", - "011# ### ####", "02# #### ####", - "03## ### ####", - "055 #### ####", - "056 #### ####", - "0800 ### ####", - "08## ### ####", - "09## ### ####", - "016977 ####", - "01### #####", - "0500 ######", - "0800 ######" + "02## #### ####" ]; -- cgit v1.2.3