diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-24 09:32:24 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-24 09:38:43 +0100 |
commit | 96d3a3834c9dc3c5cfcaedd1519ee5965dec9e5c (patch) | |
tree | 2bc7015c56f89e040dd352acbd26b3126f45a2f0 /doc/pl | |
parent | 429fafd42f3b6c7590bfcee1c6ee0221a08eb22b (diff) | |
download | weechat-96d3a3834c9dc3c5cfcaedd1519ee5965dec9e5c.zip |
doc: improve description of CMake option ENABLE_PYTHON3 in user's guide
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 8d96bfbca..eb2590a0d 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -260,9 +260,13 @@ Lista popularnych opcji: | ENABLE_PYTHON | `ON`, `OFF` | ON | Kompilacja <<scripts_plugins,wtyczki python>>. +// TRANSLATION MISSING | ENABLE_PYTHON3 | `ON`, `OFF` | OFF | - Kompilacja <<scripts_plugins,wtyczki Python>> używając Pythona 3 (*NIE* - zalecane, ponieważ wiele skryptów nie jest kompatybilna z Pythonem 3). + 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 | Kompilacja <<relay_plugin,wtyczki relay>>. |