diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/vi/cell_phone/formats.js | 11 | ||||
| -rw-r--r-- | lib/locales/vi/phone_number/formats.js | 15 |
2 files changed, 6 insertions, 20 deletions
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## #### ####" ]; |
