Skip to content

Commit e6a5274

Browse files
authored
Add translatable strings to artwork_type field (#700)
1 parent ef700f3 commit e6a5274

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

data/fields/artwork_type.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"key": "artwork_type",
33
"type": "combo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"sculpture": "Sculpture",
8+
"statue": "Statue",
9+
"mural": "Mural",
10+
"installation": "Art Installation",
11+
"graffiti": "Graffiti",
12+
"bust": "Bust",
13+
"painting": "Painting",
14+
"mosaic": "Mosaic",
15+
"relief": "Relief"
16+
}
17+
}
518
}

0 commit comments

Comments
 (0)