summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-07-01 22:04:02 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-07-01 22:04:02 +0200
commit45fc8f1012582867368c2a2a118c6e2b3ef34ae8 (patch)
tree1dcb02e4deb5071e407c432be36ee55d0a609272 /doc/ja
parentc99dd0f6115872ae66f2a6959251f3063d16fdf2 (diff)
downloadweechat-45fc8f1012582867368c2a2a118c6e2b3ef34ae8.zip
doc: rename option ENABLE_PYTHON3 to ENABLE_PYTHON2 in user's guide
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/weechat_user.ja.adoc10
1 files changed, 4 insertions, 6 deletions
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,リレープラグイン>>のコンパイル。