Skip to content

Commit

Permalink
Reuse labels for traffic_calming
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitar5555 authored Jun 5, 2024
1 parent 87d7b90 commit 880f295
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/fields/traffic_calming.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
],
"strings": {
"options": {
"bump": "Speed Bump",
"chicane": "Traffic Chicane",
"choker": "Traffic Choker",
"bump": "{traffic_calming/bump}",
"chicane": "{traffic_calming/chicane}",
"choker": "{traffic_calming/choker}",
"choked_table": "Choked Speed Table",
"cushion": "Speed Cushion",
"dip": "Dip",
"cushion": "{traffic_calming/cushion}",
"dip": "{traffic_calming/dip}",
"double_dip": "Double Dip",
"hump": "Speed Hump",
"island": "Traffic Calming Island",
"mini_bumps": "Mini Speed Bumps",
"rumble_strip": "Rumble Strip",
"table": "Speed Table"
"hump": "{traffic_calming/hump}",
"island": "{traffic_calming/island}",
"mini_bumps": "{traffic_calming/mini_bumps}",
"rumble_strip": "{traffic_calming/rumble_strip}",
"table": "{traffic_calming/table}"
}
},
"icons": {
Expand Down

0 comments on commit 880f295

Please sign in to comment.