diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-06 20:49:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-06 20:49:17 +0200 |
commit | fdd39c6b97683ad6cdb009e2518baa5d2fc9b16b (patch) | |
tree | fa8bb7af30ceb3861b47ee231ce2bf6f54657009 /po/weechat.pot | |
parent | a072d769fd212f965dd8760168c04f5e2c113a9d (diff) | |
download | weechat-fdd39c6b97683ad6cdb009e2518baa5d2fc9b16b.zip |
buflist: evaluate option buflist.look.sort (closes #1465)
The evaluation allows to use different sort for the bar items, for example with
such value:
${if:${bar_item.name}==buflist?number:short_name}
This sorts by number on the first bar item and by short name on the two other
bar items.
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index fcee63b9f..2c83e405b 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-04-02 08:04+0200\n" +"POT-Creation-Date: 2020-04-06 20:37+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4165,7 +4165,8 @@ msgid "" "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; example: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name" +"and reverse sort on buffer short name (note: content is evaluated, only the " +"pointer to bar_item can be used, for example \"bar_item.name\")" msgstr "" msgid "" |