mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:33:12 +02:00
doc/plugin: add missing translation comments
This commit is contained in:
@@ -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._
|
||||
|
||||
@@ -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._
|
||||
|
||||
@@ -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._
|
||||
|
||||
Reference in New Issue
Block a user