From 6ce29eda6c7f774f6cc58b3733a56efe9ff3bbac Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 18 Dec 2016 14:55:02 -0800 Subject: [PATCH] TranslateParty: update docs --- TranslateParty/README.md | 4 ++-- TranslateParty/plugin.py | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/TranslateParty/README.md b/TranslateParty/README.md index 64d8c59..895e892 100644 --- a/TranslateParty/README.md +++ b/TranslateParty/README.md @@ -7,8 +7,8 @@ some amusing results. It automatically picks a list of languages to go through, back and forth between them quite a few times. This guarantees that the result will be different every time. -Any source language [supported by Google Translate](https://cloud.google.com/translate/v2/translate-reference#supported_languages) -is allowed, since auto-detection is used to translate text back to your desired language. This can be set via `config plugins.wte.language`, and defaults to English (`en`). +Any source language [supported by Google Translate](https://cloud.google.com/translate/docs/languages) +is allowed, since auto-detection is used to translate text back to your desired language. The output language can be set via `config plugins.wte.language`, and defaults to English (`en`). Samples: diff --git a/TranslateParty/plugin.py b/TranslateParty/plugin.py index 7c321e7..e95786e 100644 --- a/TranslateParty/plugin.py +++ b/TranslateParty/plugin.py @@ -50,8 +50,7 @@ except ImportError: _ = lambda x:x class TranslateParty(callbacks.Plugin): - """Worst Translations Ever! plugin. Translates text through - multiple rounds of Google Translate to get amazing results!""" + """Translates text through multiple rounds of Google Translate to get amusing results!""" threaded = True def __init__(self, irc):