aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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##########"
];