summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-17 12:27:49 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-17 12:27:49 +0200
commit0683a8c34d19274676cca20fa222b759d0af3505 (patch)
treec6102a9711289c58c5f60be5a4353cf204a35d11 /docs
parent642f71259e98b076ed16537483764af07ba6beb1 (diff)
feat(chat): Add capabilities for translation options
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index d2c12bc49..a75ea8b30 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -115,3 +115,4 @@
## 17
* `avatar` - Avatar of conversation
+* `config => chat => translations` - List of translations tuples, JSON encoded sample `{"from":"de","fromLabel":"German","to":"en","toLabel":"English"}`. Those tuples should be provided as options when translating chat messages.