mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
Add translatable strings to memorial field (#734)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user