aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorUtsav Bhardwaj <[email protected]>2018-10-06 15:59:41 +0530
committerUtsav Bhardwaj <[email protected]>2018-10-06 15:59:41 +0530
commit6e915d5f59e2aea8be5edda6b3d09aaebe3e777c (patch)
treed8aba47e0607c8a016fc705a6ab881f4c808c28c /lib
parenta19ceaf6ffacfbe8e885889d54e2c740d3a3a10f (diff)
downloadfaker-6e915d5f59e2aea8be5edda6b3d09aaebe3e777c.tar.xz
faker-6e915d5f59e2aea8be5edda6b3d09aaebe3e777c.zip
Added and corrected
1.> Added "Telangana" and "Uttarakhand" 2.> Ordered in alphabetical 3.> Corrected the spelling of "Odisha"
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/en_IND/address/state.js21
1 files changed, 11 insertions, 10 deletions
diff --git a/lib/locales/en_IND/address/state.js b/lib/locales/en_IND/address/state.js
index d2b686c6..8b2746a9 100644
--- a/lib/locales/en_IND/address/state.js
+++ b/lib/locales/en_IND/address/state.js
@@ -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",
@@ -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"
];