Skip to content

Commit 639c708

Browse files
kjonosmtyrasd
andauthored
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 <martin@raifer.tech>
1 parent 642bab8 commit 639c708

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

data/fields/substance.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"key": "substance",
33
"type": "combo",
4-
"label": "Substance"
4+
"label": "Substance",
5+
"strings": {
6+
"options": {
7+
"fuel": "Fuel",
8+
"gas": "Natural Gas",
9+
"hot_water": "Hot Water",
10+
"oil": "Crude Oil",
11+
"rainwater": "Rainwater",
12+
"sewage": "Sewage",
13+
"water": "Drinking Water"
14+
}
15+
}
516
}

0 commit comments

Comments
 (0)