diff options
| author | Marak <[email protected]> | 2020-08-25 22:22:27 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-25 22:22:27 -0500 |
| commit | cfbdd1f7d4936ca36a02b3c68687b26ec5faaef1 (patch) | |
| tree | 299183f1b605876fa3aadd4185740efac7ea6043 /lib | |
| parent | 4cf9665a6293f4db38879cb43675fe7be6b09273 (diff) | |
| parent | ac6133e546e2b3a7cfbfee212718a7a8e9e516fa (diff) | |
| download | faker-cfbdd1f7d4936ca36a02b3c68687b26ec5faaef1.tar.xz faker-cfbdd1f7d4936ca36a02b3c68687b26ec5faaef1.zip | |
Merge pull request #721 from simaolemos/master
Add 92 range number of MEO
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/pt_PT/phone_number/formats.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/locales/pt_PT/phone_number/formats.js b/lib/locales/pt_PT/phone_number/formats.js index 1040d5fd..40fc6877 100644 --- a/lib/locales/pt_PT/phone_number/formats.js +++ b/lib/locales/pt_PT/phone_number/formats.js @@ -1,6 +1,7 @@ module["exports"] = [ "+351 2########", "+351 91#######", + "+351 92#######", "+351 93#######", "+351 96#######" ]; |
