aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorlonso <[email protected]>2017-09-15 23:05:27 -0400
committerlonso <[email protected]>2017-09-15 23:05:27 -0400
commit9467e488caa6836c20c753d1e35a5fcb69a5e457 (patch)
treeb5935d9994d9b19519f5d2744db2dacaac2fba64 /lib
parentd58ee47f162cea98c064d5200ca9acf422db3974 (diff)
downloadfaker-9467e488caa6836c20c753d1e35a5fcb69a5e457.tar.xz
faker-9467e488caa6836c20c753d1e35a5fcb69a5e457.zip
Update Chinese phone format
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/zh_CN/phone_number/formats.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/locales/zh_CN/phone_number/formats.js b/lib/locales/zh_CN/phone_number/formats.js
index 60177513..3f74f9a9 100644
--- a/lib/locales/zh_CN/phone_number/formats.js
+++ b/lib/locales/zh_CN/phone_number/formats.js
@@ -1,5 +1,5 @@
module["exports"] = [
- "###-########",
- "####-########",
- "###########"
+ "0##-########",
+ "0###-########",
+ "1##########"
];