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 +]