From 41578b1853b5504ab1b3705674d9a69dea30eb32 Mon Sep 17 00:00:00 2001 From: Amritpal Singh Date: Sat, 8 Jul 2023 17:53:43 +0530 Subject: [PATCH] Bug: Loaded Reinforcement WB translations along with Arch WB --- src/Mod/Arch/InitGui.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Mod/Arch/InitGui.py b/src/Mod/Arch/InitGui.py index aab7649e281e..7fb0c07e2b8c 100644 --- a/src/Mod/Arch/InitGui.py +++ b/src/Mod/Arch/InitGui.py @@ -54,6 +54,13 @@ def QT_TRANSLATE_NOOP(context, text): 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