mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +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:
@@ -304,6 +304,7 @@ alias_command_init ()
|
||||
weechat_hook_command (
|
||||
"alias",
|
||||
N_("list, add or remove command aliases"),
|
||||
/* TRANSLATORS: only text between angle brackets (eg: "<name>") must be translated */
|
||||
N_("list [<alias>]"
|
||||
" || add <alias> [<command>[;<command>...]]"
|
||||
" || addcompletion <completion> <alias> [<command>[;<command>...]]"
|
||||
|
||||
Reference in New Issue
Block a user