summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_plugin_api.ja.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-04-26 10:28:59 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-04-26 10:29:30 +0200
commitd322389e0437f5ce68e6b7301d36068214f3db32 (patch)
tree8f3af946065dd980067a39783ac41f95a23f8077 /doc/ja/weechat_plugin_api.ja.asciidoc
parent0f333ee63018169a7e4e85d469fb3fa9c9df0ab3 (diff)
downloadweechat-d322389e0437f5ce68e6b7301d36068214f3db32.zip
core: add support of full color option name in command /eval and API function string_eval_expression()
Diffstat (limited to 'doc/ja/weechat_plugin_api.ja.asciidoc')
-rw-r--r--doc/ja/weechat_plugin_api.ja.asciidoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc
index 2896d74cc..5857713cd 100644
--- a/doc/ja/weechat_plugin_api.ja.asciidoc
+++ b/doc/ja/weechat_plugin_api.ja.asciidoc
@@ -1922,8 +1922,10 @@ char *weechat_string_eval_expression (const char *expr,
`${re:1}` |
`test`
+// TRANSLATION MISSING
| `${color:name}` |
- WeeChat 色コード (色名部分はオプション属性をとることも可能です) |
+ WeeChat 色コード (色名部分はオプション属性をとることも可能です),
+ see function <<_color,weechat_color>> for supported formats |
`${color:red}red text` +
`${color:*214}bold orange text` |
`red text` (赤色で) +