Add translatable strings to waste field (#758)

This commit is contained in:
kjonosm
2023-01-25 17:16:11 +01:00
committed by GitHub
parent 09b0fd9ae7
commit b49ad3bc6a
+9 -1
View File
@@ -1,5 +1,13 @@
{
"key": "waste",
"type": "semiCombo",
"label": "Waste"
"label": "Waste",
"strings": {
"options": {
"cigarettes": "Cigarettes",
"dog_excrement": "Dog Excrement",
"organic": "Organic Waste",
"trash": "Trash"
}
}
}