mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-27 02:12:23 +02:00
Add translatable strings to tomb field (#924)
This commit is contained in:
+17
-1
@@ -1,5 +1,21 @@
|
||||
{
|
||||
"key": "tomb",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"columbarium": "Columbarium",
|
||||
"crypt": "Crypt",
|
||||
"dolmen": "Dolmen",
|
||||
"hypogeum": "Hypogeum",
|
||||
"mausoleum": "Mausoleum",
|
||||
"pyramid": "Pyramid",
|
||||
"rock-cut": "Rock-cut Tomb",
|
||||
"sarcophagus": "Sarcophagus",
|
||||
"table": "Table",
|
||||
"tumulus": "Tumulus",
|
||||
"vault": "Vault",
|
||||
"war_grave": "Single War Grave"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user