File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ func convertAssetTemplateToAssetType(template assetTemplate) api.AssetType {
58
58
Name : "open_bos_" + template .ID ,
59
59
Translation : * api .NewNullableTranslation (& api.Translation {
60
60
En : & translatedName ,
61
+ De : & translatedName ,
62
+ Fr : & translatedName ,
63
+ It : & translatedName ,
61
64
}),
62
65
Attributes : []api.AssetTypeAttribute {},
63
66
}
Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ func TestFetchOntology(t *testing.T) {
87
87
Name : "open_bos_asset-template-1" ,
88
88
Translation : * api .NewNullableTranslation (& api.Translation {
89
89
En : common .Ptr ("OpenBOS Temperature Sensor" ),
90
+ De : common .Ptr ("OpenBOS Temperature Sensor" ),
91
+ Fr : common .Ptr ("OpenBOS Temperature Sensor" ),
92
+ It : common .Ptr ("OpenBOS Temperature Sensor" ),
90
93
}),
91
94
Attributes : []api.AssetTypeAttribute {
92
95
{
You can’t perform that action at this time.
0 commit comments