From cd67024f9e37c5be4327bebcd74e35a5d0c689ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Thu, 14 Jun 2018 08:41:53 +0200 Subject: [PATCH] Update formats.js --- lib/locales/pl/cell_phone/formats.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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#-###-###" ];