4 minutes ago, nallath said:Uh. Yes that should work.
So, the translation file cannot be published with the plugin, but should be submitted to the Cura mainline code?
4 minutes ago, nallath said:Uh. Yes that should work.
So, the translation file cannot be published with the plugin, but should be submitted to the Cura mainline code?
How should a QML file use the catlog? The console prints "ReferenceError: Catalog is not defined"
Your QML file must import UM 1.1 as UM, and then include UM.I18nCatalog{id: catalog; name: "cura"} as a child of something Item-like.
13 minutes ago, ahoeben said:Your QML file must import UM 1.1 as UM, and then include UM.I18nCatalog{id: catalog; name: "cura"} as a child of something Item-like.
Oh yes, thank you very much
Recommended Posts
nallath 1,124
Uh. Yes that should work.
Link to post
Share on other sites