AddonManager: Fixes for translation

This commit is contained in:
Yorik van Havre
2019-06-17 20:06:32 -03:00
parent 80725ccfdd
commit 8e4be1a67a
3 changed files with 8 additions and 2 deletions

View File

@@ -4,4 +4,7 @@
# License LGPL
import AddonManager
import AddonManager_rc
FreeCADGui.addLanguagePath(":/translations")
FreeCADGui.addCommand('Std_AddonMgr', AddonManager.CommandAddonManager())