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 b529a0a67c
commit 456a1ea179

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