mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Google: update link to supported languages list
Google has since reformatted their docs and moved the language support info to a separate page.
This commit is contained in:
parent
76170080b5
commit
73be2bf3d8
@ -292,7 +292,7 @@ class Google(callbacks.PluginRegexp):
|
|||||||
Returns <text> translated from <source language> into <target
|
Returns <text> translated from <source language> into <target
|
||||||
language>. <source language> and <target language> take language
|
language>. <source language> and <target language> take language
|
||||||
codes (not language names), which are listed here:
|
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]
|
channel = msg.args[0]
|
||||||
(text, language) = self._translate(sourceLang, targetLang, text)
|
(text, language) = self._translate(sourceLang, targetLang, text)
|
||||||
|
Loading…
Reference in New Issue
Block a user