Add terms for playground

This ensures that all languages can provide alternate
term translations, which may help with #1423.
This commit is contained in:
John Firebaugh
2013-05-09 15:16:33 -07:00
parent 1b72bba425
commit 974c2eddf5
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -660,7 +660,7 @@ en:
terms: ""
leisure/playground:
name: Playground
terms: ""
terms: "jungle gym,play area"
leisure/slipway:
name: Slipway
terms: ""
+5 -1
View File
@@ -2470,7 +2470,11 @@
"tags": {
"leisure": "playground"
},
"name": "Playground"
"name": "Playground",
"terms": [
"jungle gym",
"play area"
]
},
"leisure/slipway": {
"geometry": [
+5 -1
View File
@@ -6,5 +6,9 @@
"tags": {
"leisure": "playground"
},
"name": "Playground"
"name": "Playground",
"terms": [
"jungle gym",
"play area"
]
}