summaryrefslogtreecommitdiff
path: root/doc/fr/weechat_plugin_api.fr.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-05-16 09:49:09 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-05-16 10:01:03 +0200
commit5bce484c018760188fc9c18cc17553135dc4dfd8 (patch)
tree8cc6426f62da7c8e046def72fcf3f95867883b4e /doc/fr/weechat_plugin_api.fr.adoc
parent7e10038f4bdd949d1132a1ff45a7ee5b0bd2c511 (diff)
downloadweechat-5bce484c018760188fc9c18cc17553135dc4dfd8.zip
api: add translated string in evaluation of expressions with "translate:xxx" (issue #1622)
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.adoc')
-rw-r--r--doc/fr/weechat_plugin_api.fr.adoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc
index a1fcf9e67..196f5a9c3 100644
--- a/doc/fr/weechat_plugin_api.fr.adoc
+++ b/doc/fr/weechat_plugin_api.fr.adoc
@@ -2804,6 +2804,13 @@ première étendue à la dernière) :
`+0.2+` +
`+65536+`
+| `+${translate:xxx}+` +
+ _(WeeChat ≥ 3.2)_ |
+ Chaîne traduite (dépend de la langue utilisée par WeeChat pour afficher les
+ messages). |
+ `+${translate:Plugin}+` |
+ `+Extension+` (exemple en Français)
+
| `+${sec.data.nom}+` |
Valeur de la donnée sécurisée `nom`. |
`+${sec.data.freenode_pass}+` |