mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
Remove unnecessary import and declaration of i18n in plugins
This commit is contained in:
parent
9986e38dca
commit
9ac744b9ba
17 changed files with 11 additions and 44 deletions
|
@ -12,7 +12,7 @@ from . import ThreeMFWorkspaceWriter
|
|||
from UM.i18n import i18nCatalog
|
||||
from UM.Platform import Platform
|
||||
|
||||
i18n_catalog = i18nCatalog("uranium")
|
||||
i18n_catalog = i18nCatalog("cura")
|
||||
|
||||
def getMetaData():
|
||||
workspace_extension = "3mf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue