diff options
| author | Marak <[email protected]> | 2020-08-23 18:57:40 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-23 18:57:40 -0500 |
| commit | 70db0904d9de53532b35404b7ba8dd4c3f740bd5 (patch) | |
| tree | 07ac437eb7a9907fd7e00b2eccd471591c360967 /lib | |
| parent | 7d5cf653bb48641350ced80aa146f166d8517a58 (diff) | |
| parent | 9467e488caa6836c20c753d1e35a5fcb69a5e457 (diff) | |
| download | faker-70db0904d9de53532b35404b7ba8dd4c3f740bd5.tar.xz faker-70db0904d9de53532b35404b7ba8dd4c3f740bd5.zip | |
Merge pull request #545 from louy2/patch-2
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##########" ]; |
