We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9120e1b commit 85bfb91Copy full SHA for 85bfb91
InitGui.py
@@ -5,5 +5,5 @@
5
import os
6
import AddonManager
7
8
-FreeCADGui.addLanguagePath(f"{os.path.dirname(__file__)}/Resources/translations")
+FreeCADGui.addLanguagePath(":/translations") # TODO: This doesn't mean anything for an external addon
9
FreeCADGui.addCommand("Std_AddonMgr", AddonManager.CommandAddonManager())
0 commit comments