From ad23396f76d306ba0ee5d911ac33a068837c8b2a Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Thu, 19 Jan 2023 10:21:18 +0100 Subject: [PATCH] Add translatable strings to bath:type field (#742) --- data/fields/bath/type.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/fields/bath/type.json b/data/fields/bath/type.json index 0161a26c7..141f4762d 100644 --- a/data/fields/bath/type.json +++ b/data/fields/bath/type.json @@ -1,5 +1,14 @@ { "key": "bath:type", "type": "combo", - "label": "Specialty" + "label": "Specialty", + "strings": { + "options": { + "hammam": "Hammam", + "hot_spring": "Hot Spring", + "lake": "Lake", + "onsen": "Onsen", + "thermal": "Thermal Bath" + } + } }