From 69c6a5104b418e444173bcd7466130f076d507a3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 14 Jul 2011 11:26:10 -0600 Subject: [PATCH] ... --- src/calibre/gui2/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/calibre/gui2/__init__.py b/src/calibre/gui2/__init__.py index ee93c58402..3e29ea08fb 100644 --- a/src/calibre/gui2/__init__.py +++ b/src/calibre/gui2/__init__.py @@ -631,6 +631,11 @@ class ResizableDialog(QDialog): self.resize(nw, nh) class Translator(QTranslator): + ''' + Translator to load translations for strings in Qt from the calibre + translations. Does not support advanced features of Qt like disambiguation + and plural forms. + ''' def translate(self, *args, **kwargs): try: