mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Add terms for playground
This ensures that all languages can provide alternate term translations, which may help with #1423.
This commit is contained in:
+1
-1
@@ -660,7 +660,7 @@ en:
|
||||
terms: ""
|
||||
leisure/playground:
|
||||
name: Playground
|
||||
terms: ""
|
||||
terms: "jungle gym,play area"
|
||||
leisure/slipway:
|
||||
name: Slipway
|
||||
terms: ""
|
||||
|
||||
@@ -2470,7 +2470,11 @@
|
||||
"tags": {
|
||||
"leisure": "playground"
|
||||
},
|
||||
"name": "Playground"
|
||||
"name": "Playground",
|
||||
"terms": [
|
||||
"jungle gym",
|
||||
"play area"
|
||||
]
|
||||
},
|
||||
"leisure/slipway": {
|
||||
"geometry": [
|
||||
|
||||
@@ -6,5 +6,9 @@
|
||||
"tags": {
|
||||
"leisure": "playground"
|
||||
},
|
||||
"name": "Playground"
|
||||
"name": "Playground",
|
||||
"terms": [
|
||||
"jungle gym",
|
||||
"play area"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user