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):