diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-01-08 17:05:51 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-01-08 17:05:51 +0100 |
commit | 286338f627ee28c8adcf8612f94bccc0e95cbbfc (patch) | |
tree | 576e334ad3842825623db5d96d4caff6919ef6d5 /doc/ja | |
parent | 9bbab7ff027f3e4a43b69fa41dc1362113d50959 (diff) | |
download | weechat-286338f627ee28c8adcf8612f94bccc0e95cbbfc.zip |
doc: add missing macro WEECHAT_PLUGIN_AUTHOR (plugin API reference)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index c12ecd7c4..90eac1c0d 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -67,6 +67,10 @@ WEECHAT_PLUGIN_NAME("name"):: WEECHAT_PLUGIN_DESCRIPTION("description"):: プラグインの短い説明 +// TRANSLATION MISSING +WEECHAT_PLUGIN_AUTHOR("author"):: + the author name + WEECHAT_PLUGIN_VERSION("1.0"):: プラグインのバージョン番号 |