Merge pull request #4052 from JamesKingdom/master

Adding "football" terms to soccer pitch
This commit is contained in:
Bryan Housel
2017-05-17 16:03:08 -04:00
committed by GitHub
4 changed files with 8 additions and 3 deletions

View File

@@ -3098,6 +3098,7 @@ en:
leisure/pitch/soccer:
# 'leisure=pitch, sport=soccer'
name: Soccer Field
# 'terms: football'
terms: '<translate with synonyms or related terms for ''Soccer Field'', separated by commas>'
leisure/pitch/table_tennis:
# 'leisure=pitch, sport=table_tennis'

View File

@@ -7808,7 +7808,9 @@
"key": "sport",
"value": "soccer"
},
"terms": [],
"terms": [
"football"
],
"name": "Soccer Field"
},
"leisure/pitch/table_tennis": {

View File

@@ -16,6 +16,8 @@
"key": "sport",
"value": "soccer"
},
"terms": [],
"terms": [
"football"
],
"name": "Soccer Field"
}

View File

@@ -3658,7 +3658,7 @@
},
"leisure/pitch/soccer": {
"name": "Soccer Field",
"terms": ""
"terms": "football"
},
"leisure/pitch/table_tennis": {
"name": "Ping Pong Table",