1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

doc: rename option ENABLE_PYTHON3 to ENABLE_PYTHON2 in user's guide

This commit is contained in:
Sébastien Helleu
2019-07-01 22:04:02 +02:00
parent c99dd0f611
commit 45fc8f1012
6 changed files with 22 additions and 36 deletions
+4 -6
View File
@@ -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>>.
+3 -6
View File
@@ -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>>.
+3 -6
View File
@@ -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>>.
+4 -6
View File
@@ -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>>.
+4 -6
View File
@@ -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,リレープラグイン>>のコンパイル。
+4 -6
View File
@@ -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>>.