Skip to content

Commit

Permalink
Merge pull request #4052 from JamesKingdom/master
Browse files Browse the repository at this point in the history
Adding "football" terms to soccer pitch
  • Loading branch information
bhousel committed May 17, 2017
2 parents 6ac48c6 + bba43c3 commit f5e4b03
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions data/presets.yaml
Expand Up @@ -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'
Expand Down
4 changes: 3 additions & 1 deletion data/presets/presets.json
Expand Up @@ -7808,7 +7808,9 @@
"key": "sport",
"value": "soccer"
},
"terms": [],
"terms": [
"football"
],
"name": "Soccer Field"
},
"leisure/pitch/table_tennis": {
Expand Down
4 changes: 3 additions & 1 deletion data/presets/presets/leisure/pitch/soccer.json
Expand Up @@ -16,6 +16,8 @@
"key": "sport",
"value": "soccer"
},
"terms": [],
"terms": [
"football"
],
"name": "Soccer Field"
}
2 changes: 1 addition & 1 deletion dist/locales/en.json
Expand Up @@ -3658,7 +3658,7 @@
},
"leisure/pitch/soccer": {
"name": "Soccer Field",
"terms": ""
"terms": "football"
},
"leisure/pitch/table_tennis": {
"name": "Ping Pong Table",
Expand Down

0 comments on commit f5e4b03

Please sign in to comment.