mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Make sure we have a catalog to read translations from
This commit is contained in:
parent
879d45b430
commit
6eeb4c9e75
1 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@ import QtQuick 2.2
|
|||
import QtQuick.Window 2.2
|
||||
import QtQuick.Controls 1.2
|
||||
|
||||
import UM 1.0 as UM
|
||||
import UM 1.1 as UM
|
||||
|
||||
UM.Dialog
|
||||
{
|
||||
|
@ -23,7 +23,7 @@ UM.Dialog
|
|||
{
|
||||
anchors.fill: parent;
|
||||
|
||||
Text
|
||||
Label
|
||||
{
|
||||
anchors
|
||||
{
|
||||
|
@ -70,6 +70,8 @@ UM.Dialog
|
|||
{
|
||||
id: palette;
|
||||
}
|
||||
|
||||
UM.I18nCatalog { id: catalog; name: "cura"; }
|
||||
}
|
||||
|
||||
rightButtons: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue