Skip to content

Commit

Permalink
add "layby" as value for parking field (closes #287)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jan 10, 2022
1 parent d279c23 commit 728cceb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/fields/parking.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"garage_boxes": "Garage Boxes",
"rooftop": "Rooftop",
"sheds": "Sheds",
"street_side": "Street-side"
"street_side": "Street-side",
"layby": "Turnout"
}
},
"autoSuggestions" : false,
Expand Down
4 changes: 3 additions & 1 deletion interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1959,6 +1959,8 @@ en:
garage_boxes: Garage Boxes
# parking=lane
lane: Roadside Lane
# parking=layby
layby: Turnout
# parking=multi-storey
multi-storey: Multilevel
# parking=rooftop
Expand Down Expand Up @@ -6765,7 +6767,7 @@ en:
leisure/pitch/pickleball:
# 'leisure=pitch + sport=pickleball\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Pickleball Court
# 'terms: tennis'
# 'terms: tennis,paddleball'
terms: '<translate with synonyms or related terms for ''Pickleball Court'', separated by commas>'
leisure/pitch/rugby_league:
# 'leisure=pitch + sport=rugby_league\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
Expand Down

0 comments on commit 728cceb

Please sign in to comment.