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 | |
parent | 9bbab7ff027f3e4a43b69fa41dc1362113d50959 (diff) | |
download | weechat-286338f627ee28c8adcf8612f94bccc0e95cbbfc.zip |
doc: add missing macro WEECHAT_PLUGIN_AUTHOR (plugin API reference)
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 3 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 3 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 4 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 4 | ||||
-rw-r--r-- | doc/sr/weechat_plugin_api.sr.adoc | 4 |
5 files changed, 18 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index cd9304372..3efc53367 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -61,6 +61,9 @@ WEECHAT_PLUGIN_NAME("name"):: WEECHAT_PLUGIN_DESCRIPTION("description"):: a short description of plugin +WEECHAT_PLUGIN_AUTHOR("author"):: + the author name + WEECHAT_PLUGIN_VERSION("1.0"):: the plugin version diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index e19f4bf45..ac07919d1 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -64,6 +64,9 @@ WEECHAT_PLUGIN_NAME("name"):: WEECHAT_PLUGIN_DESCRIPTION("description"):: description courte de l'extension +WEECHAT_PLUGIN_AUTHOR("author"):: + nom de l'auteur + WEECHAT_PLUGIN_VERSION("1.0"):: version de l'extension diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 1af3cb288..f73513b60 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -70,6 +70,10 @@ WEECHAT_PLUGIN_NAME("nome"):: WEECHAT_PLUGIN_DESCRIPTION("descrizione"):: breve descrizione del plugin +// TRANSLATION MISSING +WEECHAT_PLUGIN_AUTHOR("author"):: + the author name + WEECHAT_PLUGIN_VERSION("1.0"):: versione del plugin 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"):: プラグインのバージョン番号 diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index 75b22c2e5..f526714c6 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -55,6 +55,10 @@ WEECHAT_PLUGIN_NAME("име"):: WEECHAT_PLUGIN_DESCRIPTION("опис"):: кратак опис додатка +// TRANSLATION MISSING +WEECHAT_PLUGIN_AUTHOR("author"):: + the author name + WEECHAT_PLUGIN_VERSION("1.0"):: верзија додатка plugin version |