diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-01 22:04:02 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-01 22:04:02 +0200 |
commit | 45fc8f1012582867368c2a2a118c6e2b3ef34ae8 (patch) | |
tree | 1dcb02e4deb5071e407c432be36ee55d0a609272 /doc/de | |
parent | c99dd0f6115872ae66f2a6959251f3063d16fdf2 (diff) | |
download | weechat-45fc8f1012582867368c2a2a118c6e2b3ef34ae8.zip |
doc: rename option ENABLE_PYTHON3 to ENABLE_PYTHON2 in user's guide
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/weechat_user.de.adoc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index 04c444e0d..4086d0220 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -259,12 +259,10 @@ Liste von häufig verwendeten Optionen: | ENABLE_PYTHON | `ON`, `OFF` | ON | kompiliert <<scripts_plugins,Python Erweiterung>>. -| ENABLE_PYTHON3 | `ON`, `OFF` | OFF | - kompiliert <<scripts_plugins,Python plugin>> mit Python 3. + - Diese Option wird zur Zeit nicht empfohlen, da die meisten Skripten noch - nicht kompatible mit Python 3 sind. + - Den Fortschritt der Python 3 Unterstützung kann man auf dieser Seite verfolgen: - https://weechat.org/scripts/python3/ +// TRANSLATION MISSING +| ENABLE_PYTHON2 | `ON`, `OFF` | OFF | + Compile <<scripts_plugins,Python plugin>> using Python 2 first, then fallback + on Python 3 if not found. | ENABLE_RELAY | `ON`, `OFF` | ON | kompiliert <<relay_plugin,Relay Erweiterung>>. |