mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Rename tourism=chalet to "Holiday Cottage" and add search terms
(closes #4490)
This commit is contained in:
+3
-2
@@ -4978,8 +4978,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''RV Park'', separated by commas>'
|
||||
tourism/chalet:
|
||||
# tourism=chalet
|
||||
name: Chalet
|
||||
terms: '<translate with synonyms or related terms for ''Chalet'', separated by commas>'
|
||||
name: Holiday Cottage
|
||||
# 'terms: holiday,holiday cottage,holiday home,vacation,vacation home'
|
||||
terms: '<translate with synonyms or related terms for ''Holiday Cottage'', separated by commas>'
|
||||
tourism/gallery:
|
||||
# tourism=gallery
|
||||
name: Art Gallery
|
||||
|
||||
@@ -15710,10 +15710,17 @@
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"holiday",
|
||||
"holiday cottage",
|
||||
"holiday home",
|
||||
"vacation",
|
||||
"vacation home"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "chalet"
|
||||
},
|
||||
"name": "Chalet"
|
||||
"name": "Holiday Cottage"
|
||||
},
|
||||
"tourism/gallery": {
|
||||
"icon": "art-gallery",
|
||||
|
||||
@@ -14,8 +14,15 @@
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"holiday",
|
||||
"holiday cottage",
|
||||
"holiday home",
|
||||
"vacation",
|
||||
"vacation home"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "chalet"
|
||||
},
|
||||
"name": "Chalet"
|
||||
"name": "Holiday Cottage"
|
||||
}
|
||||
|
||||
Vendored
+2
-2
@@ -5467,8 +5467,8 @@
|
||||
"terms": "Motor Home,Camper"
|
||||
},
|
||||
"tourism/chalet": {
|
||||
"name": "Chalet",
|
||||
"terms": ""
|
||||
"name": "Holiday Cottage",
|
||||
"terms": "holiday,holiday cottage,holiday home,vacation,vacation home"
|
||||
},
|
||||
"tourism/gallery": {
|
||||
"name": "Art Gallery",
|
||||
|
||||
Reference in New Issue
Block a user