Skip to content

Commit

Permalink
Update regions for India (IN).
Browse files Browse the repository at this point in the history
On 2023-11-23 ISO made the following code changes:
OR -> OD, CT -> CG, TG -> TS, UT -> UK.

Source: https://www.iso.org/obp/ui/#iso:code:3166:IN
  • Loading branch information
bojanz committed Jan 9, 2024
1 parent c058add commit f494dac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions formats.go
Original file line number Diff line number Diff line change
Expand Up @@ -680,16 +680,16 @@ var formats = map[string]Format{
Regions: NewRegionMap(
"AN", "Andaman & Nicobar", "AP", "Andhra Pradesh", "AR", "Arunachal Pradesh",
"AS", "Assam", "BR", "Bihar", "CH", "Chandigarh",
"CT", "Chhattisgarh", "DH", "Dadra & Nagar Haveli & Daman & Diu",
"CG", "Chhattisgarh", "DH", "Dadra & Nagar Haveli & Daman & Diu",
"DL", "Delhi", "GA", "Goa", "GJ", "Gujarat",
"HR", "Haryana", "HP", "Himachal Pradesh", "JK", "Jammu & Kashmir",
"JH", "Jharkhand", "KA", "Karnataka", "KL", "Kerala",
"LA", "Ladakh", "LD", "Lakshadweep", "MP", "Madhya Pradesh",
"MH", "Maharashtra", "MN", "Manipur", "ML", "Meghalaya",
"MZ", "Mizoram", "NL", "Nagaland", "OR", "Odisha",
"MZ", "Mizoram", "NL", "Nagaland", "OD", "Odisha",
"PY", "Puducherry", "PB", "Punjab", "RJ", "Rajasthan",
"SK", "Sikkim", "TN", "Tamil Nadu", "TG", "Telangana",
"TR", "Tripura", "UP", "Uttar Pradesh", "UT", "Uttarakhand",
"SK", "Sikkim", "TN", "Tamil Nadu", "TS", "Telangana",
"TR", "Tripura", "UP", "Uttar Pradesh", "UK", "Uttarakhand",
"WB", "West Bengal",
),
},
Expand Down

0 comments on commit f494dac

Please sign in to comment.