Skip to content

Commit

Permalink
Don't make Cura Settings Guide translateable
Browse files Browse the repository at this point in the history
There is no way for Cura's plug-ins to translate themselves at the moment.
  • Loading branch information
Ghostkeeper committed Jun 23, 2019
1 parent a74aac6 commit 7a11f7b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@

from . import CuraSettingsGuide

from UM.i18n import i18nCatalog
i18n_catalog = i18nCatalog("cura")


def getMetaData():
return {
"view": {
"name": i18n_catalog.i18nc("@item:inmenu", "Cura Settings Guide"),
"name": "Cura Settings Guide",
"weight": 0
}
}
Expand Down

0 comments on commit 7a11f7b

Please sign in to comment.