| Commands for Babelfish |
| babelfish | <command> [<args> ...] |
Command dispatcher for the Babelfish plugin. Use 'list Babelfish' to see the commands provided by this plugin. Use 'config list plugins.Babelfish' to see the configuration values for this plugin. In most cases this dispatcher command is unnecessary; in cases where more than one plugin defines a given command, use this command to tell the bot which plugin's command to use. |
| babelize | <from-language> <to-language> <text> |
Translates <text> repeatedly between <from-language> and <to-language> until it doesn't change anymore or 12 times, whichever is fewer. One of the languages must be English. |
| languages | takes no arguments |
Returns the languages that Babelfish can translate to/from. |
| randomlanguage | [--allow-english] |
Returns a random language supported by babelfish. If --allow-english is provided, will include English in the list of possible languages. |
| translate | <from-language> [to] <to-language> <text> |
Returns <text> translated from <from-language> into <to-language>. Beware that translating to or from languages that use multi-byte characters may result in some very odd results. |