mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
Add translatable strings to waste field (#758)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user