Add translatable strings to resource field (#760)

This commit is contained in:
kjonosm 2023-01-26 11:49:12 +01:00 committed by GitHub
parent 530bcd2427
commit 4796398913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
}
}