diff --git a/lib/locales/pl/cell_phone/formats.js b/lib/locales/pl/cell_phone/formats.js index ed3d598f6..af0b88fe8 100644 --- a/lib/locales/pl/cell_phone/formats.js +++ b/lib/locales/pl/cell_phone/formats.js @@ -1,14 +1,14 @@ module["exports"] = [ - "50-###-##-##", - "51-###-##-##", - "53-###-##-##", - "57-###-##-##", - "60-###-##-##", - "66-###-##-##", - "69-###-##-##", - "72-###-##-##", - "73-###-##-##", - "78-###-##-##", - "79-###-##-##", - "88-###-##-##" + "50#-###-###", + "51#-###-###", + "53#-###-###", + "57#-###-###", + "60#-###-###", + "66#-###-###", + "69#-###-###", + "72#-###-###", + "73#-###-###", + "78#-###-###", + "79#-###-###", + "88#-###-###" ];