Skip to content

Commit

Permalink
Add "trim trail" as a term for fitness station preset
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Oct 1, 2017
1 parent e6f4683 commit b0c50bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3369,7 +3369,7 @@ en:
leisure/fitness_station:
# leisure=fitness_station
name: Outdoor Fitness Station
# 'terms: fitness,gym'
# 'terms: fitness,gym,trim trail'
terms: '<translate with synonyms or related terms for ''Outdoor Fitness Station'', separated by commas>'
leisure/garden:
# leisure=garden
Expand Down
3 changes: 2 additions & 1 deletion data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -8925,7 +8925,8 @@
},
"terms": [
"fitness",
"gym"
"gym",
"trim trail"
],
"name": "Outdoor Fitness Station"
},
Expand Down
3 changes: 2 additions & 1 deletion data/presets/presets/leisure/fitness_station.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"terms": [
"fitness",
"gym"
"gym",
"trim trail"
],
"name": "Outdoor Fitness Station"
}
2 changes: 1 addition & 1 deletion dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4043,7 +4043,7 @@
},
"leisure/fitness_station": {
"name": "Outdoor Fitness Station",
"terms": "fitness,gym"
"terms": "fitness,gym,trim trail"
},
"leisure/garden": {
"name": "Garden",
Expand Down

0 comments on commit b0c50bc

Please sign in to comment.