summaryrefslogtreecommitdiff
path: root/doc/en/plugins/.translate.txt
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-04-08 18:52:35 +0200
committermathieui <mathieui@mathieui.net>2013-04-08 18:52:35 +0200
commitbd8d38d711e15d42ac8e797723af5242e4c3f4fb (patch)
treed3ea6da641be1c7e67a3123071cb816933436502 /doc/en/plugins/.translate.txt
parente5f219d43edbb4b05c8890f81f2f93b90e215a10 (diff)
downloadpoezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.gz
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.bz2
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.xz
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.zip
Beginning of the migration to reST documentation
Diffstat (limited to 'doc/en/plugins/.translate.txt')
-rw-r--r--doc/en/plugins/.translate.txt51
1 files changed, 0 insertions, 51 deletions
diff --git a/doc/en/plugins/.translate.txt b/doc/en/plugins/.translate.txt
deleted file mode 100644
index cb605699..00000000
--- a/doc/en/plugins/.translate.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-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
-
-============================