diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-04 15:08:56 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-04 15:08:56 +0100 |
commit | 351a7a493f6df8851f446c323b3a73298035586a (patch) | |
tree | 0823de1c2eab92e34b1a55c3c5131e78734a80e4 /doc/ja/weechat_plugin_api.ja.adoc | |
parent | 768bceca36332f0b31526f5104cc028e4e691059 (diff) | |
download | weechat-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.adoc | 6 |
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_ プラグインはスクリプトをインストールする際にこれらのシグナルを使っています。 |