Skip to content

Commit f768642

Browse files
committed
sort all aliases alphabetically
1 parent 6103f35 commit f768642

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

data/presets/highway/track.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@
4141
"primitive",
4242
"quad",
4343
"rut",
44-
"unmaintained",
45-
"unmaintained road",
46-
"dirt road"
44+
"unmaintained"
4745
],
4846
"name": "Track / Land-Access Road",
4947
"aliases": [
48+
"Agricultural Road",
49+
"Carriage Road",
50+
"Dirt Road",
5051
"Land-Access Road",
51-
"Track Road",
52-
"Logging Road",
53-
"Woods Road",
52+
"Farm Road",
53+
"Fire Road",
5454
"Forest Road",
5555
"Forestry Road",
56+
"Logging Road",
5657
"Ranch Road",
57-
"Farm Road",
58-
"Agricultural Road",
59-
"Fire Road",
60-
"Carriage Road",
61-
"Two-Track Road"
58+
"Track Road",
59+
"Two-Track Road",
60+
"Unmaintained Road",
61+
"Woods Road",
6262
]
6363
}

interim/source_strings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6301,7 +6301,7 @@ en:
63016301
highway/track:
63026302
# highway=track | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
63036303
name: Track / Land-Access / Road
6304-
# 'terms: 4wd,4x4,atv,double track,four wheel drive,high-clearance,jeep,offroad,off-road,overgrown,primitive,quad,rut,unmaintained,unmaintained road,dirt road'
6304+
# 'terms: 4wd,4x4,atv,double track,four wheel drive,high-clearance,jeep,offroad,off-road,overgrown,primitive,quad,rut,unmaintained'
63056305
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).

0 commit comments

Comments
 (0)