Skip to content

Commit

Permalink
Add translatable strings to material field (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm authored Jan 16, 2023
1 parent 2300280 commit b8ecd5e
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion data/fields/material.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
{
"key": "material",
"type": "combo",
"label": "Material"
"label": "Material",
"strings": {
"options": {
"adobe": "Adobe",
"aluminium": "Aluminum",
"brass": "Brass",
"brick": "Brick",
"bronze": "Bronze",
"concrete": "Concrete",
"dry_stone": "Dry Stone",
"glas": "Glas",
"granite": "Granite",
"iron": "Iron",
"limestone": "Limestone",
"marble": "Marble",
"metal": "Metal",
"plastic": "Plastic",
"reinforced_conrete": "Reinforced Concrete",
"rock": "Rock",
"sand": "Sand",
"sandstone": "Sandstone",
"soil": "Soil, Earth",
"steel": "Steel",
"stone": "Stone",
"wood": "Wood"
}
}
}

0 comments on commit b8ecd5e

Please sign in to comment.