diff options
Diffstat (limited to 'doc/sr')
-rw-r--r-- | doc/sr/weechat_plugin_api.sr.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index 4f6ee5b20..0c522d1bf 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -7794,6 +7794,7 @@ if weechat.config_boolean_default(option): # ... ---- +// TRANSLATION MISSING ==== config_boolean_inherited _WeeChat ≥ 4.3.0._ @@ -7966,6 +7967,7 @@ option = weechat.config_get("plugin.section.option") value = weechat.config_integer_default(option) ---- +// TRANSLATION MISSING ==== config_integer_inherited _WeeChat ≥ 4.3.0._ @@ -8095,6 +8097,7 @@ option = weechat.config_get("plugin.section.option") value = weechat.config_string_default(option) ---- +// TRANSLATION MISSING ==== config_string_inherited _WeeChat ≥ 4.3.0._ @@ -8224,6 +8227,7 @@ option = weechat.config_get("plugin.section.option") color = weechat.config_color_default(option) ---- +// TRANSLATION MISSING ==== config_color_inherited _WeeChat ≥ 4.3.0._ @@ -8357,6 +8361,7 @@ option = weechat.config_get("plugin.section.option") value = weechat.config_enum_default(option) ---- +// TRANSLATION MISSING ==== config_enum_inherited _WeeChat ≥ 4.3.0._ |