mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Rename "Camp Site" to "Campground"
This commit is contained in:
+3
-3
@@ -3805,9 +3805,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Tourist Attraction'', separated by commas>'
|
||||
tourism/camp_site:
|
||||
# tourism=camp_site
|
||||
name: Camp Site
|
||||
# 'terms: Tent'
|
||||
terms: '<translate with synonyms or related terms for ''Camp Site'', separated by commas>'
|
||||
name: Campground
|
||||
# 'terms: tent,rv'
|
||||
terms: '<translate with synonyms or related terms for ''Campground'', separated by commas>'
|
||||
tourism/caravan_site:
|
||||
# tourism=caravan_site
|
||||
name: RV Park
|
||||
|
||||
@@ -10621,12 +10621,13 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"Tent"
|
||||
"tent",
|
||||
"rv"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "camp_site"
|
||||
},
|
||||
"name": "Camp Site"
|
||||
"name": "Campground"
|
||||
},
|
||||
"tourism/caravan_site": {
|
||||
"icon": "bus",
|
||||
|
||||
@@ -12,10 +12,11 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"Tent"
|
||||
"tent",
|
||||
"rv"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "camp_site"
|
||||
},
|
||||
"name": "Camp Site"
|
||||
"name": "Campground"
|
||||
}
|
||||
|
||||
Vendored
+2
-2
@@ -4044,8 +4044,8 @@
|
||||
"terms": ""
|
||||
},
|
||||
"tourism/camp_site": {
|
||||
"name": "Camp Site",
|
||||
"terms": "Tent"
|
||||
"name": "Campground",
|
||||
"terms": "tent,rv"
|
||||
},
|
||||
"tourism/caravan_site": {
|
||||
"name": "RV Park",
|
||||
|
||||
Reference in New Issue
Block a user