1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

core, alias: add xgettext comment on some command help strings

The help on commands /window and /alias contain percent chars, so we
have to force xgettext to NOT use "c-format", using the string
"xgettext:no-c-format".
This commit is contained in:
Sébastien Helleu
2017-01-22 13:50:05 +01:00
parent 9a35a07d86
commit 3c29cff2a5
21 changed files with 225 additions and 192 deletions
+1
View File
@@ -252,6 +252,7 @@ alias_command_init ()
" || add <alias> [<command>[;<command>...]]"
" || addcompletion <completion> <alias> [<command>[;<command>...]]"
" || del <alias> [<alias>...]"),
/* xgettext:no-c-format */
N_(" list: list aliases (without argument, this list is "
"displayed)\n"
" add: add an alias\n"