Skip to content

Commit

Permalink
Add translatable strings to resource field (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm committed Jan 26, 2023
1 parent 530bcd2 commit 4796398
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion data/fields/resource.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"key": "resource",
"type": "semiCombo",
"label": "Resources"
"label": "Resources",
"strings": {
"options": {
"aggregate": "Aggregate",
"clay": "Clay",
"coal": "Coal",
"gold": "Gold",
"gravel": "Gravel",
"iron_ore": "Iron Ore",
"limestone": "Limestone",
"peat": "Peat",
"sand": "Sand"
}
}
}

0 comments on commit 4796398

Please sign in to comment.