mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-30 03:39:34 +02:00
Add translatable strings to resource field (#760)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user