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/ja | |
parent | 7e10038f4bdd949d1132a1ff45a7ee5b0bd2c511 (diff) | |
download | weechat-5bce484c018760188fc9c18cc17553135dc4dfd8.zip |
api: add translated string in evaluation of expressions with "translate:xxx" (issue #1622)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 02318faf1..a3d55d739 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -2796,6 +2796,13 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio `+0.2+` + `+65536+` +// TRANSLATION MISSING +| `+${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}+` | セキュアデータ `name` の値 | `+${sec.data.freenode_pass}+` | |