diff options
| author | lonso <[email protected]> | 2017-09-15 23:05:27 -0400 |
|---|---|---|
| committer | lonso <[email protected]> | 2017-09-15 23:05:27 -0400 |
| commit | 9467e488caa6836c20c753d1e35a5fcb69a5e457 (patch) | |
| tree | b5935d9994d9b19519f5d2744db2dacaac2fba64 /lib | |
| parent | d58ee47f162cea98c064d5200ca9acf422db3974 (diff) | |
| download | faker-9467e488caa6836c20c753d1e35a5fcb69a5e457.tar.xz faker-9467e488caa6836c20c753d1e35a5fcb69a5e457.zip | |
Update Chinese phone format
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/zh_CN/phone_number/formats.js | 6 |
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##########" ]; |
