At some point, we will need to add
def translate(context, text, disambig=None):
return QtCore.QCoreApplication.translate(context, text, disambig)
and
QtCore.QT_TRANSLATE_NOOP()
to allow dialogs and tooltips to be displayed in user's preferred language.
At some point, we will need to add
def translate(context, text, disambig=None):
return QtCore.QCoreApplication.translate(context, text, disambig)
and
QtCore.QT_TRANSLATE_NOOP()
to allow dialogs and tooltips to be displayed in user's preferred language.