Skip to content

Commit 58b76df

Browse files
authored
Add strings to castle_type.json (#350)
1 parent 68add2a commit 58b76df

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

data/fields/castle_type.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"key": "castle_type",
33
"type": "combo",
4-
"label": "Type"
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"defensive": "Defensive Castle",
8+
"palace": "Palace",
9+
"stately": "Stately Home",
10+
"manor": "Manor House",
11+
"fortress": "Fortress",
12+
"castrum": "Roman Fort",
13+
"shiro": "Shiro",
14+
"kremlin": "Kremlin",
15+
"hillfort": "Hillfort"
16+
}
17+
}
518
}

0 commit comments

Comments
 (0)