aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorthanhpd <[email protected]>2018-10-02 00:15:42 +0700
committerthanhpd <[email protected]>2018-10-02 00:15:42 +0700
commit28b9ff4c84e765d69864a9a024f542e53263fb79 (patch)
tree10348dac64de6a63f5e3228aae38b655301ccd64 /lib
parent6eba39f71794595870cab561d1a3ad6f7feb994f (diff)
downloadfaker-28b9ff4c84e765d69864a9a024f542e53263fb79.tar.xz
faker-28b9ff4c84e765d69864a9a024f542e53263fb79.zip
Updated phone number & cell number for vi locale
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/vi/cell_phone/formats.js11
-rw-r--r--lib/locales/vi/phone_number/formats.js15
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## #### ####"
];