mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Fix commas, run make
This commit is contained in:
@@ -2523,6 +2523,11 @@ en:
|
||||
name: Marina
|
||||
# 'terms: boat'
|
||||
terms: '<translate with synonyms or related terms for ''Marina'', separated by commas>'
|
||||
leisure/miniature_golf:
|
||||
# leisure=miniature_golf
|
||||
name: Miniature Golf
|
||||
# 'terms: crazy,mini,putt'
|
||||
terms: '<translate with synonyms or related terms for ''Miniature Golf'', separated by commas>'
|
||||
leisure/nature_reserve:
|
||||
# leisure=nature_reserve
|
||||
name: Nature Reserve
|
||||
|
||||
@@ -5699,6 +5699,27 @@
|
||||
},
|
||||
"name": "Marina"
|
||||
},
|
||||
"leisure/miniature_golf": {
|
||||
"icon": "golf",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"crazy",
|
||||
"mini",
|
||||
"putt"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "miniature_golf"
|
||||
},
|
||||
"name": "Miniature Golf"
|
||||
},
|
||||
"leisure/nature_reserve": {
|
||||
"icon": "park",
|
||||
"geometry": [
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"crazy"
|
||||
"mini"
|
||||
"crazy",
|
||||
"mini",
|
||||
"putt"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1295,6 +1295,10 @@
|
||||
"key": "leisure",
|
||||
"value": "marina"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "miniature_golf"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "nature_reserve"
|
||||
|
||||
Vendored
+4
@@ -2839,6 +2839,10 @@
|
||||
"name": "Marina",
|
||||
"terms": "boat"
|
||||
},
|
||||
"leisure/miniature_golf": {
|
||||
"name": "Miniature Golf",
|
||||
"terms": "crazy,mini,putt"
|
||||
},
|
||||
"leisure/nature_reserve": {
|
||||
"name": "Nature Reserve",
|
||||
"terms": "protected,wildlife"
|
||||
|
||||
Reference in New Issue
Block a user