Skip to content

Commit f432761

Browse files
committed
consolidate duplicate names/terms by using new cross-references
1 parent fbcf02d commit f432761

File tree

5 files changed

+4
-37
lines changed

5 files changed

+4
-37
lines changed

data/fields/payment_multi_fee.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"key": "payment:",
33
"type": "multiCombo",
4-
"label": "Payment Types",
4+
"label": "{payment_multi}",
55
"prerequisiteTag": {
66
"key": "fee",
77
"valueNot": "no"

data/presets/highway/motorway_link-US-CA.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Motorway Link",
2+
"name": "{motorway_link}",
33
"icon": "iD-highway-motorway-link",
44
"fields": [
55
"destination_oneway",
@@ -34,14 +34,6 @@
3434
"tags": {
3535
"highway": "motorway_link"
3636
},
37-
"terms": [
38-
"exit",
39-
"ramp",
40-
"road",
41-
"street",
42-
"on ramp",
43-
"off ramp"
44-
],
4537
"locationSet": {
4638
"include": [
4739
"ca",

data/presets/highway/primary_link-US-CA.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Primary Link",
2+
"name": "{primary_link}",
33
"icon": "iD-highway-primary-link",
44
"fields": [
55
"destination_oneway",
@@ -38,13 +38,6 @@
3838
"tags": {
3939
"highway": "primary_link"
4040
},
41-
"terms": [
42-
"on ramp",
43-
"off ramp",
44-
"ramp",
45-
"road",
46-
"street"
47-
],
4841
"locationSet": {
4942
"include": [
5043
"ca",

data/presets/highway/trunk_link-US-CA.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Trunk Link",
2+
"name": "{trunk_link}",
33
"icon": "iD-highway-trunk-link",
44
"fields": [
55
"{highway/motorway_link-US-CA}"
@@ -13,13 +13,6 @@
1313
"tags": {
1414
"highway": "trunk_link"
1515
},
16-
"terms": [
17-
"on ramp",
18-
"off ramp",
19-
"ramp",
20-
"road",
21-
"street"
22-
],
2316
"locationSet": {
2417
"include": [
2518
"ca",

interim/source_strings.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -2165,8 +2165,6 @@ en:
21652165
terms: '[translate with synonyms or related terms for ''Payment Types'', separated by commas]'
21662166
payment_multi_fee:
21672167
# payment:=*
2168-
label: Payment Types
2169-
terms: '[translate with synonyms or related terms for ''Payment Types'', separated by commas]'
21702168
phases:
21712169
# phases=*
21722170
label: Phases
@@ -6358,9 +6356,6 @@ en:
63586356
terms: <translate with synonyms or related terms for 'Motorway Link', separated by commas>
63596357
highway/motorway_link-US-CA:
63606358
# highway=motorway_link | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
6361-
name: Motorway Link
6362-
# 'terms: exit,ramp,road,street,on ramp,off ramp'
6363-
terms: <translate with synonyms or related terms for 'Motorway Link', separated by commas>
63646359
highway/passing_place:
63656360
# highway=passing_place | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
63666361
name: Passing Place
@@ -6403,9 +6398,6 @@ en:
64036398
terms: <translate with synonyms or related terms for 'Primary Link', separated by commas>
64046399
highway/primary_link-US-CA:
64056400
# highway=primary_link | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
6406-
name: Primary Link
6407-
# 'terms: on ramp,off ramp,ramp,road,street'
6408-
terms: <translate with synonyms or related terms for 'Primary Link', separated by commas>
64096401
highway/raceway:
64106402
# highway=raceway | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
64116403
name: Motorsport Racetrack
@@ -6557,9 +6549,6 @@ en:
65576549
terms: <translate with synonyms or related terms for 'Trunk Link', separated by commas>
65586550
highway/trunk_link-US-CA:
65596551
# highway=trunk_link | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
6560-
name: Trunk Link
6561-
# 'terms: on ramp,off ramp,ramp,road,street'
6562-
terms: <translate with synonyms or related terms for 'Trunk Link', separated by commas>
65636552
highway/turning_circle:
65646553
# highway=turning_circle | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
65656554
name: Turning Circle

0 commit comments

Comments
 (0)