diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-07 07:32:20 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-07 07:32:20 +0100 |
commit | 732887cef72712dce475b268a79b6d9ef2619325 (patch) | |
tree | 6e3a475ae5659a5e7c05244fc756f162cfef084d /doc/sr | |
parent | cb6ecb6818a0c4c4cb0fd946ce5be3f5aa965e09 (diff) | |
download | weechat-732887cef72712dce475b268a79b6d9ef2619325.zip |
doc/plugin: add missing translation comments
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._ |