diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-11-23 08:18:22 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-11-23 08:49:54 +0100 |
commit | 87f74e9f9544a7e3b7e4ffd0acc40841b8eb79e8 (patch) | |
tree | c13466c75920da25ee3e80e838cb8a7b5bf6adf7 /po/weechat.pot | |
parent | 2b0c2747ade0b65c4d2bdeee2ee80c1529edb633 (diff) | |
download | weechat-87f74e9f9544a7e3b7e4ffd0acc40841b8eb79e8.zip |
core: add syntax highlighting in evaluation of expressions, add option weechat.color.eval_syntax_colors (issue #2042)
Syntax highlighting (raw string without evaluation): `${raw_hl:xxx}`
Syntax highlighting: `${hl:xxx}`
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 055c4ef5e..f8226d484 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: 2023-11-11 08:54+0100\n" +"POT-Creation-Date: 2023-11-23 08:13+0100\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" @@ -4206,6 +4206,13 @@ msgid "" "(default value)" msgstr "" +#. TRANSLATORS: please do not translate "lightred:blue" +msgid "" +"text color for syntax highlighting in evaluated strings, with " +"\"${raw_hl:...}\" and \"${hl:...}\" (comma separated list of colors, " +"background is allowed with format: \"fg:bg\", for example: \"lightred:blue\")" +msgstr "" + msgid "text color for actions in input line" msgstr "" @@ -5019,6 +5026,9 @@ msgstr "" msgid "Nick colors:" msgstr "" +msgid "Syntax highlighting colors in evaluated strings:" +msgstr "" + msgid "Color aliases:" msgstr "" |