Skip to content

Commit 49832a8

Browse files
authored
Add translatable strings to tomb field (#924)
1 parent 6cc48e7 commit 49832a8

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

data/fields/tomb.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
{
22
"key": "tomb",
33
"type": "typeCombo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"columbarium": "Columbarium",
8+
"crypt": "Crypt",
9+
"dolmen": "Dolmen",
10+
"hypogeum": "Hypogeum",
11+
"mausoleum": "Mausoleum",
12+
"pyramid": "Pyramid",
13+
"rock-cut": "Rock-cut Tomb",
14+
"sarcophagus": "Sarcophagus",
15+
"table": "Table",
16+
"tumulus": "Tumulus",
17+
"vault": "Vault",
18+
"war_grave": "Single War Grave"
19+
}
20+
}
521
}

0 commit comments

Comments
 (0)