summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-03-24 09:32:24 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-03-24 09:38:43 +0100
commit96d3a3834c9dc3c5cfcaedd1519ee5965dec9e5c (patch)
tree2bc7015c56f89e040dd352acbd26b3126f45a2f0
parentdoc: fix typo Gnutls -> GnuTLS in user's guide (diff)
downloadweechat-96d3a3834c9dc3c5cfcaedd1519ee5965dec9e5c.tar.xz
weechat-96d3a3834c9dc3c5cfcaedd1519ee5965dec9e5c.zip
doc: improve description of CMake option ENABLE_PYTHON3 in user's guide
-rw-r--r--doc/de/weechat_user.de.adoc8
-rw-r--r--doc/en/weechat_user.en.adoc7
-rw-r--r--doc/fr/weechat_user.fr.adoc7
-rw-r--r--doc/it/weechat_user.it.adoc7
-rw-r--r--doc/ja/weechat_user.ja.adoc8
-rw-r--r--doc/pl/weechat_user.pl.adoc8
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 <<scripts_plugins,Python Erweiterung>>.
+// TRANSLATION MISSING
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
- kompiliert <<scripts_plugins,Python Erweiterung>> mittels Python 3 (dies wird *NICHT* empfohlen,
- da viele Skripten nicht kompatible mit Python 3 sind).
+ 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 |
kompiliert <<relay_plugin,Relay Erweiterung>>.
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 <<scripts_plugins,Python plugin>>.
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
- Compile <<scripts_plugins,Python plugin>> using Python 3 (*NOT* recommended
- because many scripts are not compatible with Python 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 |
Compile <<relay_plugin,Relay plugin>>.
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 <<scripts_plugins,l'extension Python>>.
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
- Compiler <<scripts_plugins,l'extension Python>> en utilisant Python 3 (*NON*
- recommandé car beaucoup de scripts ne sont pas compatibles avec Python 3).
+ 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_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 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 <<scripts_plugins,Python plugin>>.
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
- Compile <<scripts_plugins,Python plugin>> using Python 3 (*NOT* recommended
- because many scripts are not compatible with Python 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 |
Compile <<relay_plugin,Relay plugin>>.
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 |
<<scripts_plugins,Python プラグイン>>のコンパイル。
+// TRANSLATION MISSING
| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
- Python 3 を使った <<scripts_plugins,Python プラグイン>>のコンパイル
- (多くのスクリプトは Python 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 |
<<relay_plugin,リレープラグイン>>のコンパイル。
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>>.