Skip to content

Commit

Permalink
Add translatable strings to collector field (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm authored Apr 3, 2023
1 parent 61973b9 commit ab147a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/fields/collector.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"key": "collector",
"type": "semiCombo",
"label": "Items"
"label": "Items",
"strings": {
"options": {
"coins": "Coins",
"stamps": "Stamps",
"comics": "Comics"
}
}
}

0 comments on commit ab147a2

Please sign in to comment.