Skip to content

Commit

Permalink
Add India address and phone format
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Mar 2, 2023
1 parent 5cf38d4 commit e2f5c5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/address_formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,13 @@
"state": 0.4,
"postcode": 0.2
}
},
{
"countryCodes": ["in"],
"format": [
["housenumber", "street"],
["city", "postcode"],
["district"]
]
}
]
1 change: 1 addition & 0 deletions data/phone_formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e2f5c5a

Please sign in to comment.