mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Rename "Boules Area" to "Boules/Bocce Court", add type field, terms
This commit is contained in:
+6
-2
@@ -238,6 +238,9 @@ en:
|
||||
board_type:
|
||||
# board_type=*
|
||||
label: Type
|
||||
boules:
|
||||
# boules=*
|
||||
label: Type
|
||||
boundary:
|
||||
# boundary=*
|
||||
label: Type
|
||||
@@ -3470,8 +3473,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Beach Volleyball Court'', separated by commas>'
|
||||
leisure/pitch/boules:
|
||||
# 'leisure=pitch, sport=boules'
|
||||
name: Boules Area
|
||||
terms: '<translate with synonyms or related terms for ''Boules Area'', separated by commas>'
|
||||
name: Boules/Bocce Court
|
||||
# 'terms: bocce,lyonnaise,pétanque'
|
||||
terms: '<translate with synonyms or related terms for ''Boules/Bocce Court'', separated by commas>'
|
||||
leisure/pitch/bowls:
|
||||
# 'leisure=pitch, sport=bowls'
|
||||
name: Bowling Green
|
||||
|
||||
@@ -311,6 +311,11 @@
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"boules": {
|
||||
"key": "boules",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"boundary": {
|
||||
"key": "boundary",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "boules",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -9298,6 +9298,7 @@
|
||||
"leisure/pitch/boules": {
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"boules",
|
||||
"surface",
|
||||
"lit"
|
||||
],
|
||||
@@ -9313,8 +9314,12 @@
|
||||
"key": "sport",
|
||||
"value": "boules"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Boules Area"
|
||||
"terms": [
|
||||
"bocce",
|
||||
"lyonnaise",
|
||||
"pétanque"
|
||||
],
|
||||
"name": "Boules/Bocce Court"
|
||||
},
|
||||
"leisure/pitch/bowls": {
|
||||
"icon": "pitch",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"boules",
|
||||
"surface",
|
||||
"lit"
|
||||
],
|
||||
@@ -16,6 +17,10 @@
|
||||
"key": "sport",
|
||||
"value": "boules"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Boules Area"
|
||||
"terms": [
|
||||
"bocce",
|
||||
"lyonnaise",
|
||||
"pétanque"
|
||||
],
|
||||
"name": "Boules/Bocce Court"
|
||||
}
|
||||
|
||||
Vendored
+5
-2
@@ -1285,6 +1285,9 @@
|
||||
"board_type": {
|
||||
"label": "Type"
|
||||
},
|
||||
"boules": {
|
||||
"label": "Type"
|
||||
},
|
||||
"boundary": {
|
||||
"label": "Type"
|
||||
},
|
||||
@@ -4129,8 +4132,8 @@
|
||||
"terms": "volleyball"
|
||||
},
|
||||
"leisure/pitch/boules": {
|
||||
"name": "Boules Area",
|
||||
"terms": ""
|
||||
"name": "Boules/Bocce Court",
|
||||
"terms": "bocce,lyonnaise,pétanque"
|
||||
},
|
||||
"leisure/pitch/bowls": {
|
||||
"name": "Bowling Green",
|
||||
|
||||
Reference in New Issue
Block a user