48 413: self.tr("Text size exceeds the maximum."), |
48 413: self.tr("Text size exceeds the maximum."), |
49 422: self.tr("Text could not be translated."), |
49 422: self.tr("Text could not be translated."), |
50 501: self.tr("The specified translation direction is not" |
50 501: self.tr("The specified translation direction is not" |
51 " supported."), |
51 " supported."), |
52 } |
52 } |
|
53 |
|
54 QTimer.singleShot(0, self.availableTranslationsLoaded.emit) |
53 |
55 |
54 def engineName(self): |
56 def engineName(self): |
55 """ |
57 """ |
56 Public method to return the name of the engine. |
58 Public method to return the name of the engine. |
57 |
59 |