Merge pull request #12519 from nextcloud/backport/12496/stable30

[stable30] feat(mail): add message translation documentation
This commit is contained in:
rakekniven
2025-03-26 08:11:36 +01:00
committed by GitHub
3 changed files with 18 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ Artificial intelligence at Nextcloud is built in a modular way, allowing you to
**Note**: When using our on-premise AI apps, make sure you have a GPU with enough VRAM that fits all the features you need. For each app documented here you will find its hardware requirements.
.. _machine_translation:
Machine translation
~~~~~~~~~~~~~~~~~~~

View File

@@ -127,3 +127,10 @@ multiple days.
Each sent email will be analyzed by an AI to check whether a reply is expected.
The feature can be enabled through the global :ref:`mail_llm_processing` setting.
Translation
-----------
.. versionadded:: 4.2
The mail app can optionally provide translations for messages if the :ref:`translation API <machine_translation>` is enabled.

View File

@@ -318,6 +318,15 @@ When you open a message in the Mail app, it proposes AI-generated replies. By si
.. note:: Supported languages depend on the used large language model
Mail translation
~~~~~~~~~~~~~~~~
.. versionadded:: 4.2
You are able to translate messages to your configured languages similarly to Talk.
.. note:: Please note that translation features have to be enabled on the server
Thread summary
--------------