From 639c708f5805c56cb78ffecb36da0b5dfa23fc26 Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Mon, 16 Jan 2023 12:08:30 +0100 Subject: [PATCH] Add translatable strings to substance field (#737) Add translatable strings for values with usage > 1000. Left out are duplicate terms like wastewater, water waste, heat, steam. Co-authored-by: Martin Raifer --- data/fields/substance.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/data/fields/substance.json b/data/fields/substance.json index 210721a24..4ffa9ff3c 100644 --- a/data/fields/substance.json +++ b/data/fields/substance.json @@ -1,5 +1,16 @@ { "key": "substance", "type": "combo", - "label": "Substance" + "label": "Substance", + "strings": { + "options": { + "fuel": "Fuel", + "gas": "Natural Gas", + "hot_water": "Hot Water", + "oil": "Crude Oil", + "rainwater": "Rainwater", + "sewage": "Sewage", + "water": "Drinking Water" + } + } }