From 89c4cf38d7614b2f7d74415455283a151bf82d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Rodrigues?= <93675410+MarioRodrigues10@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:56:06 +0100 Subject: fix(locales): remove wrong phone number in Portugal (#2029) --- src/locales/pt_PT/phone_number/formats.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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#######', -- cgit v1.2.3