Skip to content

Commit

Permalink
Add translatable strings to traffic_calming type field (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm committed Dec 22, 2022
1 parent 78f6fe5 commit 90358b0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion data/fields/traffic_calming.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,21 @@
"hump",
"speed",
"slow"
]
],
"strings": {
"options": {
"bump": "Speed Bump",
"chicane": "Traffic Chicane",
"choker": "Traffic Choker",
"choked_table": "Choked Speed Table",
"cushion": "Speed Chushion",
"dip": "Dip",
"double_dip": "Double Dip",
"hump": "Speed Hump",
"island": "Traffic Island",
"mini_bumps": "Mini Speed Bumps",
"rumble_strip": "Rumble Strip",
"table": "Speed Table"
}
}
}

0 comments on commit 90358b0

Please sign in to comment.