- WIP for internationalization

This commit is contained in:
Marius Stanciu
2019-03-07 18:04:11 +02:00
committed by Marius
parent 94d2fb23e2
commit 934d971002
17 changed files with 59 additions and 6 deletions

View File

@@ -12,6 +12,10 @@ from PyQt5.QtGui import QTextCursor
from PyQt5.QtWidgets import QVBoxLayout, QWidget
from GUIElements import _BrowserTextEdit, _ExpandableTextEdit
import html
import gettext
def _(text):
return text
class TermWidget(QWidget):