Skip to content

Commit

Permalink
Add missing zone names for India (#1556)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
alixunderplatz authored and corradio committed Aug 11, 2018
1 parent 227fa56 commit 688e2c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion web/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,10 @@
"countryName": "Indien",
"zoneName": "Delhi"
},
"IN-DN": {
"countryName": "Indien",
"zoneName": "Dadra und Nagar Haveli"
},
"IN-GA": {
"countryName": "Indien",
"zoneName": "Goa"
Expand Down Expand Up @@ -682,7 +686,7 @@
"countryName": "Indien",
"zoneName": "Sikkim"
},
"IN-TL": {
"IN-TN": {
"countryName": "Indien",
"zoneName": "Tamil Nadu"
},
Expand Down
6 changes: 5 additions & 1 deletion web/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,10 @@
"countryName": "India",
"zoneName": "Delhi"
},
"IN-DN": {
"countryName": "India",
"zoneName": "Dadra and Nagar Haveli"
},
"IN-GA": {
"countryName": "India",
"zoneName": "Goa"
Expand Down Expand Up @@ -686,7 +690,7 @@
"countryName": "India",
"zoneName": "Sikkim"
},
"IN-TL": {
"IN-TN": {
"countryName": "India",
"zoneName": "Tamil Nadu"
},
Expand Down

0 comments on commit 688e2c2

Please sign in to comment.