@Bravox: I have a few comments on this translation. I will send you my version via PM soon and we will work out such a translation, which we will send to the plugin author. OK?
@Collectionista: "Cancel" button in the main plugin after the search (in the right bottom) is untranslatable.
My proposal:
Code:
#self.dbb.addButton(QDialogButtonBox.Cancel)
self.dbb.addButton(self.tr("Cancel"), QDialogButtonBox.RejectRole)
In logic.py is print after "Search" click:
Code:
print(f"Pasando {len(contador)} resultados a la UI")
I suggest translating this message into English for compatibility.
in table.py missing translation:
Code:
self.filter_input = QLineEdit(placeholderText=self.tr("Search in text..."))