Bug: Loaded Reinforcement WB translations along with Arch WB

This commit is contained in:
Amritpal Singh
2023-07-08 17:53:43 +05:30
committed by Chris Hennes
parent 597a8fe927
commit 09c1442f3d

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