-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PIN Code range and union territories in en_IN
address provider
#2091
Conversation
en_IN - add pin code range in address
"Jammu and Kashmir", | ||
"Ladakh", | ||
"Lakshadweep", | ||
("Pondicherry, Puducherry"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it fine being a tuple?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would make them all tuples, even if they just have one element
"Jammu and Kashmir", | ||
"Ladakh", | ||
"Lakshadweep", | ||
("Pondicherry, Puducherry"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would make them all tuples, even if they just have one element
update union territory names as tuple of tuples
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
What does this change
Updates the
address
provider foren_IN
to add union territories and PIN code ranges for statesWhat was wrong
No state / union territories pin code specified
How this fixes it
Add state / union territories pin codes with ranges
Fixes #2089