diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/pl/cell_phone/formats.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/locales/pl/cell_phone/formats.js b/lib/locales/pl/cell_phone/formats.js index ed3d598f..af0b88fe 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#-###-###" ]; |
