Skip to content

Commit b49ad3b

Browse files
authored
Add translatable strings to waste field (#758)
1 parent 09b0fd9 commit b49ad3b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

data/fields/waste.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"key": "waste",
33
"type": "semiCombo",
4-
"label": "Waste"
4+
"label": "Waste",
5+
"strings": {
6+
"options": {
7+
"cigarettes": "Cigarettes",
8+
"dog_excrement": "Dog Excrement",
9+
"organic": "Organic Waste",
10+
"trash": "Trash"
11+
}
12+
}
513
}

0 commit comments

Comments
 (0)