1
0
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:
Nils Görs
2020-07-04 14:10:30 +02:00
parent bde4b30021
commit d75e747dff
2 changed files with 9 additions and 9 deletions
+3 -4
View File
@@ -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]
----