diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-16 09:49:09 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-16 10:01:03 +0200 |
commit | 5bce484c018760188fc9c18cc17553135dc4dfd8 (patch) | |
tree | 8cc6426f62da7c8e046def72fcf3f95867883b4e /doc/en | |
parent | 7e10038f4bdd949d1132a1ff45a7ee5b0bd2c511 (diff) | |
download | weechat-5bce484c018760188fc9c18cc17553135dc4dfd8.zip |
api: add translated string in evaluation of expressions with "translate:xxx" (issue #1622)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 0092c57ad..74e1ebdbe 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -2758,6 +2758,12 @@ expanded to last): `+0.2+` + `+65536+` +| `+${translate:xxx}+` + + _(WeeChat ≥ 3.2)_ | + Translated string (depends on the language used by WeeChat to display messages). | + `+${translate:Plugin}+` | + `+Extension+` (example in French) + | `+${sec.data.name}+` | Value of the secured data `name`. | `+${sec.data.freenode_pass}+` | |