Skip to content

Commit b8ecd5e

Browse files
authored
Add translatable strings to material field (#735)
1 parent 2300280 commit b8ecd5e

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

data/fields/material.json

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
{
22
"key": "material",
33
"type": "combo",
4-
"label": "Material"
4+
"label": "Material",
5+
"strings": {
6+
"options": {
7+
"adobe": "Adobe",
8+
"aluminium": "Aluminum",
9+
"brass": "Brass",
10+
"brick": "Brick",
11+
"bronze": "Bronze",
12+
"concrete": "Concrete",
13+
"dry_stone": "Dry Stone",
14+
"glas": "Glas",
15+
"granite": "Granite",
16+
"iron": "Iron",
17+
"limestone": "Limestone",
18+
"marble": "Marble",
19+
"metal": "Metal",
20+
"plastic": "Plastic",
21+
"reinforced_conrete": "Reinforced Concrete",
22+
"rock": "Rock",
23+
"sand": "Sand",
24+
"sandstone": "Sandstone",
25+
"soil": "Soil, Earth",
26+
"steel": "Steel",
27+
"stone": "Stone",
28+
"wood": "Wood"
29+
}
30+
}
531
}

0 commit comments

Comments
 (0)