Skip to content

Commit 4796398

Browse files
authored
Add translatable strings to resource field (#760)
1 parent 530bcd2 commit 4796398

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

data/fields/resource.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"key": "resource",
33
"type": "semiCombo",
4-
"label": "Resources"
4+
"label": "Resources",
5+
"strings": {
6+
"options": {
7+
"aggregate": "Aggregate",
8+
"clay": "Clay",
9+
"coal": "Coal",
10+
"gold": "Gold",
11+
"gravel": "Gravel",
12+
"iron_ore": "Iron Ore",
13+
"limestone": "Limestone",
14+
"peat": "Peat",
15+
"sand": "Sand"
16+
}
17+
}
518
}

0 commit comments

Comments
 (0)