diff --git a/plugins/Google/plugin.py b/plugins/Google/plugin.py index 22bc3b915..6c15b7dcb 100644 --- a/plugins/Google/plugin.py +++ b/plugins/Google/plugin.py @@ -290,7 +290,9 @@ class Google(callbacks.PluginRegexp): """ [to] Returns translated from into . + language>. and take language + codes (not language names), which are listed here: + https://cloud.google.com/translate/v2/translate-reference#supported_languages """ channel = msg.args[0] (text, language) = self._translate(sourceLang, targetLang, text)