diff --git a/communication.json b/communication.json
index 652156c..51308a7 100644
--- a/communication.json
+++ b/communication.json
@@ -1,6 +1,5 @@
 {
     "type": "overpass",
-    "name:en": "Communication",
     "query": {
       "13": "(node[amenity~'^(post_office|internet_cafe)$'];way[amenity~'^(post_office|internet_cafe)$'];relation[amenity~'^(post_office|internet_cafe)$'];);",
       "16": "(node[amenity~'^(post_office|internet_cafe|post_box|telephone)$'];way[amenity~'^(post_office|internet_cafe)$'];relation[amenity~'^(post_office|internet_cafe)$'];);"
diff --git a/gastro.json b/gastro.json
index a5f1c29..c8d4c4b 100644
--- a/gastro.json
+++ b/gastro.json
@@ -1,6 +1,5 @@
 {
     "type": "overpass",
-    "name:en": "Gastronomy",
     "query": "(node[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];way[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];relation[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];);",
     "minZoom": 16,
     "feature": {
diff --git a/index.json b/index.json
index 9425489..28b5c39 100644
--- a/index.json
+++ b/index.json
@@ -4,7 +4,6 @@
         {
             "id": "leisure_sport_shopping",
             "type": "index",
-            "name:en": "Leisure, Sport and Shopping",
             "subCategories": [
                 {
                     "id": "gastro"
@@ -20,7 +19,6 @@
         {
             "id": "services",
             "type": "index",
-            "name:en": "Services",
             "subCategories": [
                 {
                     "id": "communication"
diff --git a/parks.json b/parks.json
index 3972fb7..4565215 100644
--- a/parks.json
+++ b/parks.json
@@ -1,6 +1,5 @@
 {
     "type": "overpass",
-    "name:en": "Parks",
     "query": "(way[leisure=park];relation[leisure=park];)",
     "minZoom": 14,
     "feature": {
diff --git a/places.json b/places.json
index ba8b953..8bd2492 100644
--- a/places.json
+++ b/places.json
@@ -1,6 +1,5 @@
 {
     "type": "overpass",
-    "name:en": "Places",
     "query": {
         "0": "node[place~'^(continent)$']",
         "4": "node[place~'^(continent|country)$']",
diff --git a/public.json b/public.json
index ded77b9..7364bcf 100644
--- a/public.json
+++ b/public.json
@@ -1,6 +1,5 @@
 {
     "type": "overpass",
-    "name:en": "Public Services",
     "query": {
       "12": "(node[amenity~'^(court_house|embassy|public_building|townhall)$'];way[amenity~'^(court_house|embassy|public_building|townhall)$'];relation[amenity~'^(court_house|embassy|public_building|townhall)$'];node[amenity=recycling][recyling_type=centre];way[amenity=recycling][recyling_type=centre];relation[amenity=recycling][recyling_type=centre];);",
       "16": "(node[amenity~'^(court_house|embassy|public_building|townhall|clock|drinking_water|recycling)$'];way[amenity~'^(court_house|embassy|public_building|townhall|recycling)$'];relation[amenity~'^(court_house|embassy|public_building|townhall|recycling)$'];node[drinking_water]);"
diff --git a/shop.json b/shop.json
index e714aa9..15a5a57 100644
--- a/shop.json
+++ b/shop.json
@@ -1,6 +1,5 @@
 {
     "type": "overpass",
-    "name:en": "Shopping",
     "query": {
         "14": "(node[shop~'^(mall|department_store)$'];way[shop~'^(mall|department_store)$'];relation[shop~'^(mall|department_store)$'];);",
         "16": "(node[shop];way[shop];relation[shop];);"