File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
addon/globalPlugins/MathCAT Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2626import winUser # clipboard manipulation
2727import gettext
2828_ = gettext .gettext
29+
30+ import addonHandler
31+ addonHandler .initTranslation ()
32+
2933from ctypes import windll # register clipboard formats
3034from typing import Any , Optional
3135
Original file line number Diff line number Diff line change 1111import gettext
1212_ = gettext .gettext
1313
14+ import addonHandler
15+ addonHandler .initTranslation ()
16+
1417from logHandler import log # logging
1518from typing import Any , Dict , Union
1619
Original file line number Diff line number Diff line change 1313import gettext
1414_ = gettext .gettext
1515
16+ import addonHandler
17+ addonHandler .initTranslation ()
18+
1619###########################################################################
1720## Class MathCATPreferencesDialog
1821###########################################################################
Original file line number Diff line number Diff line change 1010# python3.dll has "Copyright © 2001-2022 Python Software Foundation; All Rights Reserved"
1111
1212
13- import globalPlugins # we are a global plugin
1413import globalPluginHandler # we are a global plugin
1514import globalVars
1615from logHandler import log # logging
1716import mathPres # math plugin stuff
1817from gui import mainFrame
1918import wx
2019
20+ import addonHandler
21+ addonHandler .initTranslation ()
22+
2123from .MathCAT import MathCAT
2224from .MathCATPreferences import UserInterface
2325
You can’t perform that action at this time.
0 commit comments