Skip to content

Commit 63dbb6a

Browse files
authored
Add translatable strings to memorial field (#734)
1 parent ad16709 commit 63dbb6a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

data/fields/memorial.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"key": "memorial",
33
"type": "combo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"blue_plaque": "Blue Plaque",
8+
"bust": "Bust",
9+
"cross": "Memorial Cross",
10+
"obelisk": "Obelisk",
11+
"plaque": "Commemorative Plaque",
12+
"sculpture": "Sculpture",
13+
"statue": "Statue",
14+
"stele": "Stele",
15+
"stolperstein": "Stolperstein",
16+
"stone": "Stone",
17+
"war_memorial": "War Memorial"
18+
}
19+
}
520
}

0 commit comments

Comments
 (0)