From e6a52744d616081c0b9e6057cedac632df8ffaff Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Thu, 22 Dec 2022 15:32:40 +0100 Subject: [PATCH] Add translatable strings to artwork_type field (#700) --- data/fields/artwork_type.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/data/fields/artwork_type.json b/data/fields/artwork_type.json index 913d1737b..501695e9b 100644 --- a/data/fields/artwork_type.json +++ b/data/fields/artwork_type.json @@ -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" + } + } }