Skip to content

Commit

Permalink
cycleway field: use no value instead of none, fix spelling of labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Dec 12, 2022
1 parent de6022f commit e6968fe
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
25 changes: 13 additions & 12 deletions data/fields/cycleway.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,46 @@
},
"type": "cycleway",
"label": "Bike Lanes",
"placeholder": "none",
"placeholder": "Lane, Track, Contraflow, …",
"strings": {
"types": {
"cycleway:left": "Left side",
"cycleway:right": "Right side"
"cycleway:left": "Left Side",
"cycleway:right": "Right Side"
},
"options": {
"none": {
"no": {
"title": "None",
"description": "No bike lane"
},
"lane": {
"title": "Standard bike lane",
"title": "Standard Bike Lane",
"description": "A bike lane separated from auto traffic by a painted line"
},
"shared_lane": {
"title": "Shared bike lane",
"title": "Shared Bike Lane",
"description": "A bike lane with no separation from auto traffic"
},
"track": {
"title": "Bike track",
"title": "Bike Track",
"description": "A bike lane separated from traffic by a physical barrier"
},
"share_busway": {
"title": "Bike lane shared with bus",
"title": "Bike Lane Shared With Bus",
"description": "A bike lane shared with a bus lane"
},
"opposite_lane": {
"title": "Opposite bike lane",
"title": "Opposite Bike Lane",
"description": "A bike lane that travels in the opposite direction of traffic"
},
"opposite": {
"title": "Contraflow bike lane",
"title": "Contraflow Bike Lane",
"description": "A bike lane that travels in both directions on a one-way street"
},
"separate": {
"title": "Cycleway mapped separately",
"title": "Cycleway Mapped Separately",
"description": "Indicates that cycleway was mapped as a separate geometry"
}
}
}
},
"autoSuggestions": true
}
22 changes: 11 additions & 11 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -946,34 +946,34 @@ en:
options:
lane:
description: A bike lane separated from auto traffic by a painted line
title: Standard bike lane
none:
title: Standard Bike Lane
'no':
description: No bike lane
title: None
opposite:
description: A bike lane that travels in both directions on a one-way street
title: Contraflow bike lane
title: Contraflow Bike Lane
opposite_lane:
description: A bike lane that travels in the opposite direction of traffic
title: Opposite bike lane
title: Opposite Bike Lane
separate:
description: Indicates that cycleway was mapped as a separate geometry
title: Cycleway mapped separately
title: Cycleway Mapped Separately
share_busway:
description: A bike lane shared with a bus lane
title: Bike lane shared with bus
title: Bike Lane Shared With Bus
shared_lane:
description: A bike lane with no separation from auto traffic
title: Shared bike lane
title: Shared Bike Lane
track:
description: A bike lane separated from traffic by a physical barrier
title: Bike track
title: Bike Track
# cycleway field placeholder
placeholder: none
placeholder: Lane, Track, Contraflow, …
terms: '[translate with synonyms or related terms for ''Bike Lanes'', separated by commas]'
types:
cycleway:left: Left side
cycleway:right: Right side
cycleway:left: Left Side
cycleway:right: Right Side
dance/style:
# dance:style=*
label: Dance Styles
Expand Down

0 comments on commit e6968fe

Please sign in to comment.