77 Module function to prepare for an uninstallation. |
77 Module function to prepare for an uninstallation. |
78 """ |
78 """ |
79 Preferences.Prefs.settings.remove(TranslatorPlugin.PreferencesKey) |
79 Preferences.Prefs.settings.remove(TranslatorPlugin.PreferencesKey) |
80 |
80 |
81 |
81 |
|
82 # TODO: add support for IBM Watson translator |
|
83 # https://www.ibm.com/watson/developercloud/language-translator |
82 class TranslatorPlugin(QObject): |
84 class TranslatorPlugin(QObject): |
83 """ |
85 """ |
84 Class implementing the Translator plug-in. |
86 Class implementing the Translator plug-in. |
85 |
87 |
86 @signal updateLanguages() emitted to indicate a languages update |
88 @signal updateLanguages() emitted to indicate a languages update |