diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 3 |
4 files changed, 5 insertions, 4 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index ebf33d451..f4bc3635c 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -1718,7 +1718,7 @@ char *str = weechat_string_format_size (2097152); /* str == "2.10 MB" */ free (str); ---- -Script (Python): +Script (Python), _WeeChat ≥ 2.2_: [source,python] ---- diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index b19787f7c..7f890849b 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -1751,7 +1751,7 @@ char *str = weechat_string_format_size (2097152); /* str == "2.10 Mo" */ free (str); ---- -Script (Python) : +Script (Python), _WeeChat ≥ 2.2_ : [source,python] ---- diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 08ecdba13..c547dcd2d 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -1790,7 +1790,7 @@ char *str = weechat_string_format_size (2097152); /* str == "2.10 MB" */ free (str); ---- -Script (Python): +Script (Python), _WeeChat ≥ 2.2_: [source,python] ---- diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 875a0a14a..e351f219c 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -1724,7 +1724,8 @@ char *str = weechat_string_format_size (2097152); /* str == "2.10 MB" */ free (str); ---- -スクリプト (Python) での使用例: +// TRANSLATION MISSING +Script (Python), _WeeChat ≥ 2.2_: [source,python] ---- |