From 90358b095a2f992cdfae2bbe3e8bf7e0497a618a Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Thu, 22 Dec 2022 15:27:28 +0100 Subject: [PATCH] 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 --- data/fields/traffic_calming.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/data/fields/traffic_calming.json b/data/fields/traffic_calming.json index 9c869e02..694d4f59 100644 --- a/data/fields/traffic_calming.json +++ b/data/fields/traffic_calming.json @@ -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" + } + } }