diff options
| author | Marak <[email protected]> | 2021-02-03 15:58:24 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-03 15:58:24 -0500 |
| commit | 7c9bcddf2ed49d582ca6ad70dd8fd497c73eb39e (patch) | |
| tree | 0a64b068455e48047e7829a138016b197ffe0e1f | |
| parent | 19081d3d4748b54c3384172c295e4e243f2082b9 (diff) | |
| parent | 40390f661c81947654d585b81260b50841351d49 (diff) | |
| download | faker-7c9bcddf2ed49d582ca6ad70dd8fd497c73eb39e.tar.xz faker-7c9bcddf2ed49d582ca6ad70dd8fd497c73eb39e.zip | |
Merge pull request #1014 from rubenandre/change-phone-numbers
feat: add new phone number type in pt_PT locale
| -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 40fc6877..7ec098ee 100644 --- a/lib/locales/pt_PT/phone_number/formats.js +++ b/lib/locales/pt_PT/phone_number/formats.js @@ -1,5 +1,6 @@ module["exports"] = [ "+351 2########", + "+351 3########", "+351 91#######", "+351 92#######", "+351 93#######", |
