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 | |
parent | c99dd0f6115872ae66f2a6959251f3063d16fdf2 (diff) | |
download | weechat-45fc8f1012582867368c2a2a118c6e2b3ef34ae8.zip |
doc: rename option ENABLE_PYTHON3 to ENABLE_PYTHON2 in user's guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/weechat_user.de.adoc | 10 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 9 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.adoc | 9 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 10 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 10 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 10 |
6 files changed, 22 insertions, 36 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>>. diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 2d4498ef1..e7d1bfb8a 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -251,12 +251,9 @@ 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/ +| 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>>. diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index 975c3d93f..ffa61eb23 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -255,12 +255,9 @@ Liste des options couramment utilisées : | ENABLE_PYTHON | `ON`, `OFF` | ON | Compiler <<scripts_plugins,l'extension Python>>. -| ENABLE_PYTHON3 | `ON`, `OFF` | OFF | - Compiler <<scripts_plugins,l'extension Python>> 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_PYTHON2 | `ON`, `OFF` | OFF | + Compiler <<scripts_plugins,l'extension Python>> avec Python 2 en priorité, + et utiliser Python 3 s'il n'est pas trouvé. | ENABLE_RELAY | `ON`, `OFF` | ON | Compiler <<relay_plugin,l'extension Relay>>. 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>>. diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index f51599505..059f79c68 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -256,12 +256,10 @@ CMake に対するオプションを指定するには、以下の書式を使 | ENABLE_PYTHON | `ON`, `OFF` | ON | <<scripts_plugins,Python プラグイン>>のコンパイル。 -| ENABLE_PYTHON3 | `ON`, `OFF` | OFF | - Python 3 で <<scripts_plugins,Python プラグイン>>をコンパイル。 + - このオプションの有効化は非推奨です。なぜなら、多くのスクリプトはまだ - Python 3 と互換性がないからです。 + - Python 3 への移行の進捗状況は以下のページを参照してください: - 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 | <<relay_plugin,リレープラグイン>>のコンパイル。 diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 9cb802a59..74acc5b56 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -257,12 +257,10 @@ Lista popularnych opcji: | ENABLE_PYTHON | `ON`, `OFF` | ON | Kompilacja <<scripts_plugins,wtyczki Python>>. -| ENABLE_PYTHON3 | `ON`, `OFF` | OFF | - Kompilacja <<scripts_plugins,wtyczki Python>> z użyciem Pythona 3. + - Ta opcja nie jest zalecana, ponieważ wiele skryptów jeszcze nie jest kompatybilna + - z Pythonem 3. + - Postęp w przejściu na Pythona 3 można śledzić na stronie: - 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 | Kompilacja <<relay_plugin,wtyczki relay>>. |