mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
core: update German translations
This commit is contained in:
@@ -168,10 +168,9 @@ Weechat.config_new_option(config, section, "name", "string", "description of opt
|
||||
"value", "value", 0, ["check_cb", "", "change_cb", "", "delete_cb", ""])
|
||||
----
|
||||
|
||||
// TRANSLATION MISSING
|
||||
And the function `+Weechat.bar_new+` receives the colors in an array of 4 strings
|
||||
(color_fg, color_delim, color_bg, color_bg_inactive), so a call to this function
|
||||
looks like:
|
||||
und die Funktion `+Weechat.bar_new+` erwartet die Farben in einem Array von 4 Zeichenketten
|
||||
(color_fg, color_delim, color_bg, color_bg_inactive). Ein Aufruf dieser Funktion sieht also
|
||||
folgendermaßen aus:
|
||||
|
||||
[source,ruby]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user