From 64738bcee90a1f3dbf443a87847c71548b165986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 7 Apr 2018 15:19:13 +0200 Subject: doc: add version 2.2 in Python example for function string_format_size (plugin API reference) --- doc/en/weechat_plugin_api.en.adoc | 2 +- doc/fr/weechat_plugin_api.fr.adoc | 2 +- doc/it/weechat_plugin_api.it.adoc | 2 +- doc/ja/weechat_plugin_api.ja.adoc | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) (limited to 'doc') 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] ---- -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0