Skip to content

Commit 199ac91

Browse files
authored
Add translatable strings to board_type field (#701)
1 parent 9293bba commit 199ac91

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

data/fields/board_type.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"key": "board_type",
33
"type": "combo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"art": "Art",
8+
"astronomy": "Astronomy",
9+
"geology": "Geology",
10+
"history": "History",
11+
"nature": "Nature",
12+
"plants": "Plants",
13+
"welcome_sign": "Welcome Sign",
14+
"wildlife": "Wildlife"
15+
}
16+
}
517
}

0 commit comments

Comments
 (0)