From 3be89ca24815faf949d08a3561c4af2ef6bfeec6 Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:47:12 +0200 Subject: [PATCH] Add translatable strings to dock field (#853) --- data/fields/dock.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data/fields/dock.json b/data/fields/dock.json index 97fb471e..745ecfdc 100644 --- a/data/fields/dock.json +++ b/data/fields/dock.json @@ -1,5 +1,12 @@ { "key": "dock", "type": "combo", - "label": "Type" + "label": "Type", + "strings": { + "options": { + "drydock": "Dry Dock", + "floating": "Floating Dry Dock", + "tidal": "Impounded Tidal Dock" + } + } }