Skip to content

Commit 49ec943

Browse files
authored
move aliases of highway=track from terms to aliases field and add further terms (#470)
see #288 (comment)
1 parent d5fece1 commit 49ec943

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

data/presets/highway/track.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,35 @@
3333
"agricultural road",
3434
"atv",
3535
"carriage road",
36+
"dirt road",
3637
"double track",
3738
"farm road",
3839
"fire road",
3940
"forest road",
41+
"forestry road",
4042
"four wheel drive",
43+
"haul road",
44+
"haulage road",
4145
"high-clearance",
4246
"jeep",
43-
"land access road",
4447
"logging road",
48+
"mining road",
4549
"offroad",
50+
"off-road",
4651
"overgrown",
4752
"primitive",
4853
"quad",
4954
"ranch road",
5055
"rut",
51-
"track",
52-
"track road",
56+
"two-track",
5357
"two track",
5458
"unmaintained",
59+
"vehicular trail",
5560
"woods road"
5661
],
57-
"name": "Track / Land-Access Road"
62+
"name": "Track / Land-Access Road",
63+
"aliases": [
64+
"Land-Access Road",
65+
"Track Road"
66+
]
5867
}

interim/source_strings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6528,7 +6528,7 @@ en:
65286528
highway/track:
65296529
# highway=track | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
65306530
name: Track / Land-Access Road
6531-
# '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'
6531+
# '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'
65326532
terms: <translate with synonyms or related terms for 'Track / Land-Access Road', separated by commas>
65336533
highway/traffic_mirror:
65346534
# highway=traffic_mirror | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).

0 commit comments

Comments
 (0)