Skip to content

Commit

Permalink
Bug: Loaded Reinforcement WB translations along with Arch WB
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit3701 committed Jul 8, 2023
1 parent 7fb1ca5 commit 41578b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Mod/Arch/InitGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41578b1

Please # to comment.