Skip to content

Commit

Permalink
Updated and ordered
Browse files Browse the repository at this point in the history
1.> Ordered the state Abbrs
2.> Added some missing abbrs
  • Loading branch information
iUtsavB committed Oct 6, 2018
1 parent 9dd5a52 commit a19ceaf
Showing 1 changed file with 11 additions and 10 deletions.
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 a19ceaf

Please sign in to comment.