summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_plugin_api.ja.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-12-04 15:08:56 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-12-04 15:08:56 +0100
commit351a7a493f6df8851f446c323b3a73298035586a (patch)
tree0823de1c2eab92e34b1a55c3c5131e78734a80e4 /doc/ja/weechat_plugin_api.ja.adoc
parent768bceca36332f0b31526f5104cc028e4e691059 (diff)
downloadweechat-351a7a493f6df8851f446c323b3a73298035586a.zip
doc: add missing info in signal "xxx_script_install" (plugin API reference)
Diffstat (limited to 'doc/ja/weechat_plugin_api.ja.adoc')
-rw-r--r--doc/ja/weechat_plugin_api.ja.adoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc
index f2556e4b7..2c5bc3bd6 100644
--- a/doc/ja/weechat_plugin_api.ja.adoc
+++ b/doc/ja/weechat_plugin_api.ja.adoc
@@ -9166,8 +9166,12 @@ weechat.hook_signal_send("logger_backlog", weechat.WEECHAT_HOOK_SIGNAL_POINTER,
. インストール済みスクリプトをリロードして削除。
. 新しいスクリプトをディレクトリ _~/.weechat/xxx/_ に移動 (_xxx_ はプログラミング言語)
+// TRANSLATION MISSING
. 新しいスクリプトへのリンクをディレクトリ _~/.weechat/xxx/autoload/_ に作成
-. 新しいスクリプトを読み込む
+ (only if the script was already auto-loaded, or if the option
+ _script.scripts.autoload_ is enabled for a new script)
+// TRANSLATION MISSING
+. 新しいスクリプトを読み込む (if the script was loaded)
_script_ プラグインはスクリプトをインストールする際にこれらのシグナルを使っています。