Skip to content

Commit

Permalink
Merge pull request #705 from iUtsavB/master
Browse files Browse the repository at this point in the history
Updated `en_IND` states
  • Loading branch information
Marak authored Oct 7, 2018
2 parents 9dd5a52 + 6e915d5 commit 0e6fb64
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
21 changes: 11 additions & 10 deletions lib/locales/en_IND/address/state.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
module["exports"] = [
"Andaman and Nicobar Islands",
"Andra Pradesh",
"Arunachal Pradesh",
"Assam",
"Bihar",
"Chandigarh",
"Chhattisgarh",
"Dadar and Nagar Haveli",
"Daman and Diu",
"Delhi",
"Goa",
"Gujarat",
"Haryana",
Expand All @@ -12,26 +17,22 @@ module["exports"] = [
"Jharkhand",
"Karnataka",
"Kerala",
"Lakshadweep",
"Madya Pradesh",
"Maharashtra",
"Manipur",
"Meghalaya",
"Mizoram",
"Nagaland",
"Orissa",
"Odisha",
"Pondicherr",
"Punjab",
"Rajasthan",
"Sikkim",
"Tamil Nadu",
"Telangana",
"Tripura",
"Uttaranchal",
"Uttar Pradesh",
"West Bengal",
"Andaman and Nicobar Islands",
"Chandigarh",
"Dadar and Nagar Haveli",
"Daman and Diu",
"Delhi",
"Lakshadweep",
"Pondicherry"
"Uttarakhand",
"West Bengal"
];
21 changes: 11 additions & 10 deletions lib/locales/en_IND/address/state_abbr.js
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
module["exports"] = [
"AN",
"AP",
"AR",
"AS",
"BR",
"CH",
"CG",
"DN",
"DD",
"DL",
"GA",
"GJ",
"HR",
"HP",
"JK",
"JS",
"JH",
"KA",
"KL",
"LD",
"MP",
"MH",
"MN",
"ML",
"MZ",
"NL",
"OR",
"OD",
"PY",
"PB",
"RJ",
"SK",
"TN",
"TS",
"TR",
"UK",
"UP",
"WB",
"AN",
"CH",
"DN",
"DD",
"LD",
"PY"
"UK",
"WB"
];

0 comments on commit 0e6fb64

Please sign in to comment.