aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaweÅ‚ Kuna <[email protected]>2018-06-14 08:41:53 +0200
committerGitHub <[email protected]>2018-06-14 08:41:53 +0200
commitcd67024f9e37c5be4327bebcd74e35a5d0c689ba (patch)
treeadbdec829e83f366921fd4469140158902bec179 /lib
parent3a4bb358614c1e1f5d73f4df45c13a1a7aa013d7 (diff)
downloadfaker-cd67024f9e37c5be4327bebcd74e35a5d0c689ba.tar.xz
faker-cd67024f9e37c5be4327bebcd74e35a5d0c689ba.zip
Update formats.js
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/pl/cell_phone/formats.js24
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#-###-###"
];