summaryrefslogtreecommitdiff
path: root/src/plugins/logger
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-09-05 08:13:13 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-09-05 13:28:26 +0200
commit722cb27d0449656c527d20cc597ffe17c53e1eea (patch)
tree430350a44f66c1b124b345b53208c7ad6da41085 /src/plugins/logger
parent13ce1147fc69bbef65e5f35b218a60b24323983e (diff)
downloadweechat-722cb27d0449656c527d20cc597ffe17c53e1eea.zip
core: add note for translators on command arguments (issue #2005)
Only text between angle brackets (eg: "<name>") must be translated.
Diffstat (limited to 'src/plugins/logger')
-rw-r--r--src/plugins/logger/logger-command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/logger/logger-command.c b/src/plugins/logger/logger-command.c
index e5ff04d49..d6466b4a7 100644
--- a/src/plugins/logger/logger-command.c
+++ b/src/plugins/logger/logger-command.c
@@ -166,6 +166,7 @@ logger_command_init ()
weechat_hook_command (
"logger",
N_("logger plugin configuration"),
+ /* TRANSLATORS: only text between angle brackets (eg: "<name>") must be translated */
N_("list"
" || set <level>"
" || flush"