Add translatable strings to memorial field (#734)

This commit is contained in:
kjonosm
2023-01-16 12:39:35 +01:00
committed by GitHub
parent ad16709d3f
commit 63dbb6a37d
+16 -1
View File
@@ -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"
}
}
}