From fa401ae253b7555008af2ee8db86ee524d1aa16c Mon Sep 17 00:00:00 2001 From: Karol Janyst Date: Mon, 2 Dec 2024 12:42:36 +0900 Subject: [PATCH] feat: update masks for JP and PL --- src/countries.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/countries.json b/src/countries.json index 19689d1..156e30f 100644 --- a/src/countries.json +++ b/src/countries.json @@ -800,8 +800,9 @@ "iso": "JP", "flag": "https://cdn.kcak11.com/CountryFlags/countries/jp.svg", "mask": [ - "(###)###-###", - "##-####-####" + "#-####-####", + "##-####-####", + "###-####-####" ] }, { @@ -1313,7 +1314,10 @@ "code": "+48", "iso": "PL", "flag": "https://cdn.kcak11.com/CountryFlags/countries/pl.svg", - "mask": "(###)###-###" + "mask": [ + "###-###-###", + "##-###-##-##" + ] }, { "name": "Portugal", @@ -1839,4 +1843,4 @@ "flag": "https://cdn.kcak11.com/CountryFlags/countries/zw.svg", "mask": "#-######" } -] \ No newline at end of file +]