From 688e2c2fecd5efc3d895c221af75f347f262e36c Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 11 Aug 2018 09:11:19 +0200 Subject: [PATCH] Add missing zone names for India (#1556) * Add missing zone names for India The state of Tamil-Nadu was abbreviated as IN-TL in en.json, but on the map it is IN-TN. Dadra and Nagar Haveli is the small state between Gujarat and Maharashtra and was missing in en.json. * update de.json --- web/locales/de.json | 6 +++++- web/locales/en.json | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/web/locales/de.json b/web/locales/de.json index e47d1f571e..a8ca0a7a0a 100644 --- a/web/locales/de.json +++ b/web/locales/de.json @@ -606,6 +606,10 @@ "countryName": "Indien", "zoneName": "Delhi" }, + "IN-DN": { + "countryName": "Indien", + "zoneName": "Dadra und Nagar Haveli" + }, "IN-GA": { "countryName": "Indien", "zoneName": "Goa" @@ -682,7 +686,7 @@ "countryName": "Indien", "zoneName": "Sikkim" }, - "IN-TL": { + "IN-TN": { "countryName": "Indien", "zoneName": "Tamil Nadu" }, diff --git a/web/locales/en.json b/web/locales/en.json index 21dab6289b..bee1c6712c 100644 --- a/web/locales/en.json +++ b/web/locales/en.json @@ -610,6 +610,10 @@ "countryName": "India", "zoneName": "Delhi" }, + "IN-DN": { + "countryName": "India", + "zoneName": "Dadra and Nagar Haveli" + }, "IN-GA": { "countryName": "India", "zoneName": "Goa" @@ -686,7 +690,7 @@ "countryName": "India", "zoneName": "Sikkim" }, - "IN-TL": { + "IN-TN": { "countryName": "India", "zoneName": "Tamil Nadu" },