From 4a9e097b13e45779d2abdabc87b4d6102a33b662 Mon Sep 17 00:00:00 2001 From: Biswajit Kaushik <76483357+biswajit-k@users.noreply.github.com> Date: Fri, 3 Mar 2023 23:10:52 +0530 Subject: [PATCH] Add india address and phone format (#9482) --- data/address_formats.json | 8 ++++++++ data/phone_formats.json | 1 + 2 files changed, 9 insertions(+) diff --git a/data/address_formats.json b/data/address_formats.json index 7460286e7..26cd5ef6a 100644 --- a/data/address_formats.json +++ b/data/address_formats.json @@ -178,5 +178,13 @@ "state": 0.4, "postcode": 0.2 } + }, + { + "countryCodes": ["in"], + "format": [ + ["housenumber", "street"], + ["city", "postcode"], + ["district"] + ] } ] diff --git a/data/phone_formats.json b/data/phone_formats.json index 19c2b42fd..db3879888 100644 --- a/data/phone_formats.json +++ b/data/phone_formats.json @@ -28,6 +28,7 @@ "hu": "+36 1 123 45 67", "ie": "+353 20 912 3456", "im": "+44 1632 961234", + "in": "+91-0123-456789", "it": "+39 01 123 456", "je": "+44 1632 961234", "jm": "+1-876-555-1234",