summaryrefslogtreecommitdiffstats
path: root/doc/de/weechat_user.de.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-03-24 09:32:24 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-03-24 09:38:43 +0100
commit96d3a3834c9dc3c5cfcaedd1519ee5965dec9e5c (patch)
tree2bc7015c56f89e040dd352acbd26b3126f45a2f0 /doc/de/weechat_user.de.adoc
parentdoc: fix typo Gnutls -> GnuTLS in user's guide (diff)
downloadweechat-96d3a3834c9dc3c5cfcaedd1519ee5965dec9e5c.tar.xz
weechat-96d3a3834c9dc3c5cfcaedd1519ee5965dec9e5c.zip
doc: improve description of CMake option ENABLE_PYTHON3 in user's guide
Diffstat (limited to 'doc/de/weechat_user.de.adoc')
-rw-r--r--doc/de/weechat_user.de.adoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc
index 969ee60a1..ca7bf58be 100644
--- a/doc/de/weechat_user.de.adoc
+++ b/doc/de/weechat_user.de.adoc
@@ -262,9 +262,13 @@ Liste von häufig verwendeten Optionen:
| ENABLE_PYTHON | `ON`, `OFF` | ON |
kompiliert <<scripts_plugins,Python Erweiterung>>.
+// TRANSLATION MISSING
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
- kompiliert <<scripts_plugins,Python Erweiterung>> mittels Python 3 (dies wird *NICHT* empfohlen,
- da viele Skripten nicht kompatible mit Python 3 sind).
+ Compile <<scripts_plugins,Python plugin>> using Python 3. +
+ This option is not recommended because many scripts are not yet compatible
+ with Python 3. +
+ You can follow the progress of Python 3 transition on this page:
+ https://weechat.org/scripts/python3/
| ENABLE_RELAY | `ON`, `OFF` | ON |
kompiliert <<relay_plugin,Relay Erweiterung>>.