The word "Synopsis" should be translated to GUI language when it appears in document viewer

This commit is contained in:
Veronica K. B. Olsen
2021-02-18 20:46:27 +01:00
parent e9763f4ec6
commit 5f3822ac1a
4 changed files with 505 additions and 481 deletions
+3
View File
@@ -147,6 +147,9 @@ class Tokenizer():
self._localLookup = self.theProject.localLookup
self.tr = partial(QCoreApplication.translate, "Tokenizer")
# Cached Translations
self._trSynopsis = self.tr("Synopsis")
return
##