From 732887cef72712dce475b268a79b6d9ef2619325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 7 Mar 2024 07:32:20 +0100 Subject: [PATCH] doc/plugin: add missing translation comments --- doc/it/weechat_plugin_api.it.adoc | 5 +++++ doc/ja/weechat_plugin_api.ja.adoc | 5 +++++ doc/sr/weechat_plugin_api.sr.adoc | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 3d2ceee00..9c5f837b1 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -8329,6 +8329,7 @@ if weechat.config_boolean_default(option): # ... ---- +// TRANSLATION MISSING ==== config_boolean_inherited _WeeChat ≥ 4.3.0._ @@ -8460,6 +8461,7 @@ option = weechat.config_get("plugin.section.option") value = weechat.config_integer_default(option) ---- +// TRANSLATION MISSING ==== config_integer_inherited _WeeChat ≥ 4.3.0._ @@ -8591,6 +8593,7 @@ option = weechat.config_get("plugin.section.option") value = weechat.config_string_default(option) ---- +// TRANSLATION MISSING ==== config_string_inherited _WeeChat ≥ 4.3.0._ @@ -8722,6 +8725,7 @@ option = weechat.config_get("plugin.section.option") color = weechat.config_color_default(option) ---- +// TRANSLATION MISSING ==== config_color_inherited _WeeChat ≥ 4.3.0._ @@ -8857,6 +8861,7 @@ option = weechat.config_get("plugin.section.option") value = weechat.config_enum_default(option) ---- +// TRANSLATION MISSING ==== config_enum_inherited _WeeChat ≥ 4.3.0._ diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 152441be1..3c6ce5562 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -8115,6 +8115,7 @@ if weechat.config_boolean_default(option): # ... ---- +// TRANSLATION MISSING ==== config_boolean_inherited _WeeChat ≥ 4.3.0._ @@ -8246,6 +8247,7 @@ option = weechat.config_get("plugin.section.option") value = weechat.config_integer_default(option) ---- +// TRANSLATION MISSING ==== config_integer_inherited _WeeChat ≥ 4.3.0._ @@ -8377,6 +8379,7 @@ option = weechat.config_get("plugin.section.option") value = weechat.config_string_default(option) ---- +// TRANSLATION MISSING ==== config_string_inherited _WeeChat ≥ 4.3.0._ @@ -8506,6 +8509,7 @@ option = weechat.config_get("plugin.section.option") color = weechat.config_color_default(option) ---- +// TRANSLATION MISSING ==== config_color_inherited _WeeChat ≥ 4.3.0._ @@ -8641,6 +8645,7 @@ option = weechat.config_get("plugin.section.option") value = weechat.config_enum_default(option) ---- +// TRANSLATION MISSING ==== config_enum_inherited _WeeChat ≥ 4.3.0._ 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._