Skip to content

Commit b657daf

Browse files
authored
rename highway=track preset to "Track / Land-Access Road" (#288)
1 parent a3115ff commit b657daf

File tree

2 files changed

+25
-20
lines changed

2 files changed

+25
-20
lines changed

data/presets/highway/track.json

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,31 @@
2828
"highway": "track"
2929
},
3030
"terms": [
31-
"woods road",
32-
"forest road",
33-
"logging road",
34-
"fire road",
35-
"farm road",
36-
"agricultural road",
37-
"ranch road",
38-
"carriage road",
39-
"primitive",
40-
"unmaintained",
41-
"rut",
42-
"offroad",
4331
"4wd",
4432
"4x4",
45-
"four wheel drive",
33+
"agricultural road",
4634
"atv",
47-
"quad",
48-
"jeep",
35+
"carriage road",
4936
"double track",
50-
"two track"
37+
"farm road",
38+
"fire road",
39+
"forest road",
40+
"four wheel drive",
41+
"high-clearance",
42+
"jeep",
43+
"land access road",
44+
"logging road",
45+
"offroad",
46+
"overgrown",
47+
"primitive",
48+
"quad",
49+
"ranch road",
50+
"rut",
51+
"track",
52+
"track road",
53+
"two track",
54+
"unmaintained",
55+
"woods road"
5156
],
52-
"name": "Unmaintained Track Road"
57+
"name": "Track / Land-Access Road"
5358
}

interim/source_strings.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6300,9 +6300,9 @@ en:
63006300
terms: <translate with synonyms or related terms for 'Open Road Toll', separated by commas>
63016301
highway/track:
63026302
# highway=track | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
6303-
name: Unmaintained Track Road
6304-
# 'terms: woods road,forest road,logging road,fire road,farm road,agricultural road,ranch road,carriage road,primitive,unmaintained,rut,offroad,4wd,4x4,four wheel drive,atv,quad,jeep,double track,two track'
6305-
terms: <translate with synonyms or related terms for 'Unmaintained Track Road', separated by commas>
6303+
name: Land Access / Track Road
6304+
# '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'
6305+
terms: <translate with synonyms or related terms for 'Land Access / Track Road', separated by commas>
63066306
highway/traffic_mirror:
63076307
# highway=traffic_mirror | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
63086308
name: Traffic Mirror

0 commit comments

Comments
 (0)