From 9467e488caa6836c20c753d1e35a5fcb69a5e457 Mon Sep 17 00:00:00 2001 From: lonso Date: Fri, 15 Sep 2017 23:05:27 -0400 Subject: Update Chinese phone format --- lib/locales/zh_CN/phone_number/formats.js | 6 +++--- 1 file 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##########" ]; -- cgit v1.2.3