From 73be2bf3d8a956d324f5b013ca513deb70b4cc11 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 18 Dec 2016 14:53:01 -0800 Subject: [PATCH] Google: update link to supported languages list Google has since reformatted their docs and moved the language support info to a separate page. --- plugins/Google/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Google/plugin.py b/plugins/Google/plugin.py index 7ef8e29c0..77b7a4eb5 100644 --- a/plugins/Google/plugin.py +++ b/plugins/Google/plugin.py @@ -292,7 +292,7 @@ class Google(callbacks.PluginRegexp): Returns translated from into . and 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)