Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions data/presets/highway/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,35 @@
"agricultural road",
"atv",
"carriage road",
"dirt road",
"double track",
"farm road",
"fire road",
"forest road",
"forestry road",
"four wheel drive",
"haul road",
"haulage road",
"high-clearance",
"jeep",
"land access road",
"logging road",
"mining road",
"offroad",
"off-road",
"overgrown",
"primitive",
"quad",
"ranch road",
"rut",
"track",
"track road",
"two-track",
"two track",
"unmaintained",
"vehicular trail",
"woods road"
],
"name": "Track / Land-Access Road"
"name": "Track / Land-Access Road",
"aliases": [
"Land-Access Road",
"Track Road"
]
Comment thread
westnordost marked this conversation as resolved.
}
2 changes: 1 addition & 1 deletion interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6528,7 +6528,7 @@ en:
highway/track:
# highway=track | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Track / Land-Access Road
# 'terms: 4wd,4x4,agricultural road,atv,carriage road,double track,farm road,fire road,forest road,four wheel drive,high-clearance,jeep,land access road,logging road,offroad,overgrown,primitive,quad,ranch road,rut,track,track road,two track,unmaintained,woods road'
# 'terms: 4wd,4x4,agricultural road,atv,carriage road,dirt road,double track,farm road,fire road,forest road,forestry road,four wheel drive,haul road,haulage road,high-clearance,jeep,logging road,mining road,offroad,off-road,overgrown,primitive,ranch road,quad,rut,two-track,two track,unmaintained,vehicular trail,woods road'
terms: <translate with synonyms or related terms for 'Track / Land-Access Road', separated by commas>
highway/traffic_mirror:
# highway=traffic_mirror | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
Expand Down