Cleaning code from unnecessary strings generated to Crowdin 4 (#10426)

Cleaning Crowdin of "garbage". Second approach.
https://github.com/FreeCAD/FreeCAD-translations/issues/270
This commit is contained in:
kaktus Jacek
2023-08-29 19:57:26 +02:00
committed by GitHub
parent 6bfafc62dc
commit 0445b88d55
9 changed files with 9 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ class Ui_CompactView(object):
# setupUi
def retranslateUi(self, CompactView):
CompactView.setWindowTitle(QCoreApplication.translate("CompactView", "Form", None))
# CompactView.setWindowTitle(QCoreApplication.translate("CompactView", "Form", None))
self.labelIcon.setText(QCoreApplication.translate("CompactView", "Icon", None))
self.labelPackageName.setText(
QCoreApplication.translate("CompactView", "<b>Package Name</b>", None)

View File

@@ -113,7 +113,7 @@ class Ui_ExpandedView(object):
# setupUi
def retranslateUi(self, ExpandedView):
ExpandedView.setWindowTitle(QCoreApplication.translate("ExpandedView", "Form", None))
# ExpandedView.setWindowTitle(QCoreApplication.translate("ExpandedView", "Form", None))
self.labelIcon.setText(QCoreApplication.translate("ExpandedView", "Icon", None))
self.labelPackageName.setText(
QCoreApplication.translate("ExpandedView", "<h1>Package Name</h1>", None)