diff options
| author | Marak <[email protected]> | 2018-09-23 11:08:18 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-09-23 11:08:18 -0400 |
| commit | dafd3316ac63e3eec322e0d56f9dcfd5a62cbaf3 (patch) | |
| tree | 871b79fc3137f598a0da8fd1208032dd534bccef /lib | |
| parent | 757fc1f1f30e974327a3253372ccfe39ebcf181c (diff) | |
| parent | cd67024f9e37c5be4327bebcd74e35a5d0c689ba (diff) | |
| download | faker-dafd3316ac63e3eec322e0d56f9dcfd5a62cbaf3.tar.xz faker-dafd3316ac63e3eec322e0d56f9dcfd5a62cbaf3.zip | |
Merge pull request #655 from codecalm/patch-1
[fix] Wrong cell phone format in Poland
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#-###-###" ]; |
