Skip to content

Commit

Permalink
Add translatable strings to memorial field (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm committed Jan 16, 2023
1 parent ad16709 commit 63dbb6a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion data/fields/memorial.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"key": "memorial",
"type": "combo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"blue_plaque": "Blue Plaque",
"bust": "Bust",
"cross": "Memorial Cross",
"obelisk": "Obelisk",
"plaque": "Commemorative Plaque",
"sculpture": "Sculpture",
"statue": "Statue",
"stele": "Stele",
"stolperstein": "Stolperstein",
"stone": "Stone",
"war_memorial": "War Memorial"
}
}
}

0 comments on commit 63dbb6a

Please sign in to comment.