Skip to content

Commit

Permalink
Add translatable strings to substance field (#737)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kjonosm and tyrasd committed Jan 16, 2023
1 parent 642bab8 commit 639c708
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion data/fields/substance.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 639c708

Please sign in to comment.