Skip to content

Commit

Permalink
Add translatable strings to artwork_type field (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm committed Dec 22, 2022
1 parent ef700f3 commit e6a5274
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion data/fields/artwork_type.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"key": "artwork_type",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"sculpture": "Sculpture",
"statue": "Statue",
"mural": "Mural",
"installation": "Art Installation",
"graffiti": "Graffiti",
"bust": "Bust",
"painting": "Painting",
"mosaic": "Mosaic",
"relief": "Relief"
}
}
}

0 comments on commit e6a5274

Please sign in to comment.