toxygen/toxygen/util/ui.py

8 lines
122 B
Python

import PyQt5
def tr(s):
return PyQt5.QtWidgets.QApplication.translate('Toxygen', s)
# TODO: move all dialogs here