Bug: Loaded Reinforcement WB translations along with Arch WB

This commit is contained in:
Amritpal Singh
2023-07-09 17:28:44 -05:00
committed by Chris Hennes
parent b529a0a67c
commit 456a1ea179
+7
View File
@@ -54,6 +54,13 @@ class ArchWorkbench(FreeCADGui.Workbench):
import Arch_rc
import Arch
# Load Reinforcement WB translations
try:
import RebarTools
RebarTools.load_translations()
except Exception:
pass
from ArchStructure import _ArchStructureGroupCommand
from ArchAxis import _ArchAxisGroupCommand
from ArchPanel import CommandPanelGroup