diff options
| author | Mário Rodrigues <[email protected]> | 2023-04-12 17:56:06 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-12 16:56:06 +0000 |
| commit | 89c4cf38d7614b2f7d74415455283a151bf82d6c (patch) | |
| tree | 252836be76c96a8c9d1ff892016fae29d70b1d85 | |
| parent | 79fc7c07f8b714ddd3d9e2082682869f41652d5e (diff) | |
| download | faker-89c4cf38d7614b2f7d74415455283a151bf82d6c.tar.xz faker-89c4cf38d7614b2f7d74415455283a151bf82d6c.zip | |
fix(locales): remove wrong phone number in Portugal (#2029)
| -rw-r--r-- | src/locales/pt_PT/phone_number/formats.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/locales/pt_PT/phone_number/formats.ts b/src/locales/pt_PT/phone_number/formats.ts index 59133be8..a9193ef0 100644 --- a/src/locales/pt_PT/phone_number/formats.ts +++ b/src/locales/pt_PT/phone_number/formats.ts @@ -1,6 +1,5 @@ export default [ '+351 2########', - '+351 3########', '+351 91#######', '+351 92#######', '+351 93#######', |
