Skip to content

Commit 90358b0

Browse files
authored
Add translatable strings to traffic_calming type field (#699)
the value `choked_island` was omitted for now, see https://github.com/openstreetmap/id-tagging-schema/pull/699/files#r1055517229
1 parent 78f6fe5 commit 90358b0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

data/fields/traffic_calming.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,21 @@
77
"hump",
88
"speed",
99
"slow"
10-
]
10+
],
11+
"strings": {
12+
"options": {
13+
"bump": "Speed Bump",
14+
"chicane": "Traffic Chicane",
15+
"choker": "Traffic Choker",
16+
"choked_table": "Choked Speed Table",
17+
"cushion": "Speed Chushion",
18+
"dip": "Dip",
19+
"double_dip": "Double Dip",
20+
"hump": "Speed Hump",
21+
"island": "Traffic Island",
22+
"mini_bumps": "Mini Speed Bumps",
23+
"rumble_strip": "Rumble Strip",
24+
"table": "Speed Table"
25+
}
26+
}
1127
}

0 commit comments

Comments
 (0)