4 lines
75 B
Python
4 lines
75 B
Python
|
|
from PyQt5.QtCore import QCoreApplication
|
||
|
|
|
||
|
|
tr = QCoreApplication.translate
|