Skip to content

Commit ab147a2

Browse files
authored
Add translatable strings to collector field (#852)
1 parent 61973b9 commit ab147a2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

data/fields/collector.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"key": "collector",
33
"type": "semiCombo",
4-
"label": "Items"
4+
"label": "Items",
5+
"strings": {
6+
"options": {
7+
"coins": "Coins",
8+
"stamps": "Stamps",
9+
"comics": "Comics"
10+
}
11+
}
512
}

0 commit comments

Comments
 (0)