1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +00:00

Complete removal of qtlib locale files

This commit is contained in:
2022-05-08 19:40:37 -05:00
parent 66aff9f74e
commit 7a44c72a0a
53 changed files with 3545 additions and 3550 deletions

View File

@@ -14,7 +14,7 @@ from core.util import check_for_update
from qt.util import move_to_screen_center
from hscommon.trans import trget
tr = trget("qtlib") # TODO change to ui
tr = trget("ui")
class AboutBox(QDialog):

View File

@@ -25,7 +25,7 @@ from hscommon.trans import trget
from hscommon.desktop import open_url
from qt.util import horizontal_spacer
tr = trget("qtlib") # TODO change to ui
tr = trget("ui")
class ErrorReportDialog(QDialog):

View File

@@ -19,7 +19,7 @@ from os import path as op
def get_langnames():
tr = trans.trget("qtlib") # TODO migrate this to ui instead
tr = trans.trget("ui")
return {
"cs": tr("Czech"),
"de": tr("German"),

View File

@@ -14,7 +14,7 @@ from PyQt5.QtWidgets import QAction
from hscommon.trans import trget
from hscommon.util import dedupe
tr = trget("qtlib") # TODO move to ui
tr = trget("ui")
MenuEntry = namedtuple("MenuEntry", "menu fixedItemCount")

View File

@@ -12,7 +12,7 @@ from PyQt5.QtWidgets import QToolButton, QLineEdit, QStyle, QStyleOptionFrame
from hscommon.trans import trget
tr = trget("qtlib") # TODO change to ui
tr = trget("ui")
# IMPORTANT: For this widget to work propertly, you have to add "search_clear_13" from the
# "images" folder in your resources.