From 96d3a3834c9dc3c5cfcaedd1519ee5965dec9e5c Mon Sep 17 00:00:00 2001 From: Sébastien Helleu Date: Sun, 24 Mar 2019 09:32:24 +0100 Subject: doc: improve description of CMake option ENABLE_PYTHON3 in user's guide --- doc/de/weechat_user.de.adoc | 8 ++++++-- doc/en/weechat_user.en.adoc | 7 +++++-- doc/fr/weechat_user.fr.adoc | 7 +++++-- doc/it/weechat_user.it.adoc | 7 +++++-- doc/ja/weechat_user.ja.adoc | 8 ++++++-- doc/pl/weechat_user.pl.adoc | 8 ++++++-- 6 files changed, 33 insertions(+), 12 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 <>. +// TRANSLATION MISSING | ENABLE_PYTHON3 | `ON`, `OFF` | OFF | - kompiliert <> mittels Python 3 (dies wird *NICHT* empfohlen, - da viele Skripten nicht kompatible mit Python 3 sind). + Compile <> 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 <>. diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 54fe198cb..350e08f10 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -253,8 +253,11 @@ List of commonly used options: Compile <>. | ENABLE_PYTHON3 | `ON`, `OFF` | OFF | - Compile <> using Python 3 (*NOT* recommended - because many scripts are not compatible with Python 3). + Compile <> 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 | Compile <>. diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index 752a76fb2..9c1015c57 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -257,8 +257,11 @@ Liste des options couramment utilisées : Compiler <>. | ENABLE_PYTHON3 | `ON`, `OFF` | OFF | - Compiler <> en utilisant Python 3 (*NON* - recommandé car beaucoup de scripts ne sont pas compatibles avec Python 3). + Compiler <> en utilisant Python 3. + + Cette option n'est pas recommandée car beaucoup de scripts ne sont pas encore + compatibles avec Python 3. + + Vous pouvez suivre l'avancement de la transition vers Python 3 sur cette page : + https://weechat.org/scripts/python3/ | ENABLE_RELAY | `ON`, `OFF` | ON | Compiler <>. diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index a2e6d1f62..d6d507c4d 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -287,8 +287,11 @@ List of commonly used options: Compile <>. | ENABLE_PYTHON3 | `ON`, `OFF` | OFF | - Compile <> using Python 3 (*NOT* recommended - because many scripts are not compatible with Python 3). + Compile <> 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 | Compile <>. diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 8e8442598..64cafed7b 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -259,9 +259,13 @@ cmake に対するオプションを指定するには、以下の書式を使 | ENABLE_PYTHON | `ON`, `OFF` | ON | <>のコンパイル。 +// TRANSLATION MISSING | ENABLE_PYTHON3 | `ON`, `OFF` | OFF | - Python 3 を使った <>のコンパイル - (多くのスクリプトは Python 3 と互換性がないため *非推奨* です)。 + Compile <> 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 | <>のコンパイル。 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 <>. +// TRANSLATION MISSING | ENABLE_PYTHON3 | `ON`, `OFF` | OFF | - Kompilacja <> używając Pythona 3 (*NIE* - zalecane, ponieważ wiele skryptów nie jest kompatybilna z Pythonem 3). + Compile <> 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 <>. -- cgit v1.2.3-59-g8ed1b