Skip to content

Commit

Permalink
Add translatable strings to board_type field (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm committed Dec 22, 2022
1 parent 9293bba commit 199ac91
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion data/fields/board_type.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"key": "board_type",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"art": "Art",
"astronomy": "Astronomy",
"geology": "Geology",
"history": "History",
"nature": "Nature",
"plants": "Plants",
"welcome_sign": "Welcome Sign",
"wildlife": "Wildlife"
}
}
}

0 comments on commit 199ac91

Please sign in to comment.