mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
core: add note for translators on command arguments (issue #2005)
Only text between angle brackets (eg: "<name>") must be translated.
This commit is contained in:
@@ -194,6 +194,7 @@ plugin_script_init (struct t_weechat_plugin *weechat_plugin,
|
||||
weechat_hook_command (
|
||||
weechat_plugin->name,
|
||||
N_("list/load/unload scripts"),
|
||||
/* TRANSLATORS: only text between angle brackets (eg: "<name>") must be translated */
|
||||
N_("list|listfull [<name>]"
|
||||
" || load [-q] <filename>"
|
||||
" || autoload"
|
||||
|
||||
Reference in New Issue
Block a user