summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-07-01 22:04:02 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-07-01 22:04:02 +0200
commit45fc8f1012582867368c2a2a118c6e2b3ef34ae8 (patch)
tree1dcb02e4deb5071e407c432be36ee55d0a609272 /doc/it
parentc99dd0f6115872ae66f2a6959251f3063d16fdf2 (diff)
downloadweechat-45fc8f1012582867368c2a2a118c6e2b3ef34ae8.zip
doc: rename option ENABLE_PYTHON3 to ENABLE_PYTHON2 in user's guide
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_user.it.adoc10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index 3fcc85537..21a248189 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -285,12 +285,10 @@ List of commonly used options:
| ENABLE_PYTHON | `ON`, `OFF` | ON |
Compile <<scripts_plugins,Python plugin>>.
-| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
- 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/
+// 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 |
Compile <<relay_plugin,Relay plugin>>.