From 3ca918f89112ccc51f40bbd5f49813e2fff13340 Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Sat, 21 Jan 2023 18:48:18 +0100 Subject: [PATCH] Add translatable strings for fence_type field For common values, closes #619 --- data/fields/fence_type.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/data/fields/fence_type.json b/data/fields/fence_type.json index f0b0f90b..68c9d7c6 100644 --- a/data/fields/fence_type.json +++ b/data/fields/fence_type.json @@ -1,5 +1,17 @@ { "key": "fence_type", "type": "combo", - "label": "Type" + "label": "Type", + "strings": { + "options": { + "barbed_wire": "Barbed Wire", + "bars": "Vertical Bars", + "chain_link": "Chain-link", + "electric": "Electric", + "pole": "Poles", + "railing": "Railing", + "split_rail": "Spit-rail", + "wire": "Wire" + } + } }