poezio/doc/en/plugins/.translate.txt
mathieui 089d94e6db Add help for the translate plugin, but hide it for now
(since the plugin doesn’t work)
2012-05-09 19:27:06 +02:00

51 lines
991 B
Text

Translate
=========
This plugin translates what is said in the groupchats using google translate.
Installation
------------
You only have to load the plugin.
================
/load translate
================
Configuration
-------------
You can set the rooms you want to be translated in the configuration file,
with their associated language. If no language is specified, the _default_
option is used, and if no option is set, _en_ is used as a target language.
.No default set
=====================
[source,conf]
------------
[translate]
poezio@muc.poezio.eu = en
------------
=====================
.Default set
=====================
[source,conf]
-------------
[translate]
default = fr
prosody@conference.prosody.im =
jabberfr@chat.jabberfr.org = en
-------------
=====================
You can of course also set the options with _/set_:
============================
/set translate| default jp
/set translate|translate poezio@muc.poezio.eu en
============================