Merge pull request #1277 from GLolol/patch-1

Google: update link to supported languages list
This commit is contained in:
Valentin Lorentz 2016-12-18 23:55:47 +01:00 committed by GitHub
commit cbb9f8c699
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ class Google(callbacks.PluginRegexp):
Returns <text> translated from <source language> into <target
language>. <source language> and <target language> take language
codes (not language names), which are listed here:
https://cloud.google.com/translate/v2/translate-reference#supported_languages
https://cloud.google.com/translate/docs/languages
"""
channel = msg.args[0]
(text, language) = self._translate(sourceLang, targetLang, text)