Skip to content

Commit

Permalink
Merge pull request #3 from otacke/fix-translations
Browse files Browse the repository at this point in the history
Fix translations
  • Loading branch information
patrickfrohmann authored Nov 14, 2024
2 parents 046f158 + 73a1340 commit 1612032
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 162 deletions.
64 changes: 64 additions & 0 deletions language/.en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"semantics": [
{
"label": "3D Model Viewer Editor/Navigation",
"fields": [
{
"label": "Models",
"entity": "Model",
"field": {
"fields": [
{
"label": "3D File",
"description": "3D Model (.glb | .gltf)"
},
{},
{
"label": "Model name"
},
{
"field": {
"fields": [
{
"label": "Label",
"description": "If left blank no label will be displayed and we'll try to use the title field for screen readers"
},
{
"label": "Label Settings",
"fields": [
{
"label": "Label position",
"description": "Choose where the label should appear",
"options": [
{
"label": "Use behavioral setting"
},
{
"label": "Right aligned"
},
{
"label": "Left aligned"
},
{
"label": "Top aligned"
},
{
"label": "Bottom aligned"
}
]
}
]
},
{},
{}
]
}
}
]
}
},
{}
]
}
]
}
108 changes: 0 additions & 108 deletions language/de.json

This file was deleted.

54 changes: 0 additions & 54 deletions language/en.json

This file was deleted.

0 comments on commit 1612032

Please sign in to comment.