Release summary
Again some continues some improvements for the automatic translation in release 2.2.1. There are two new features:
- If one has a glossary for automated translation that gives suggsted translations for many words, then manually adding translation rules is impractical. So there is now a new configuration "Translation Tables" that allows adding an excel file (uploaded as asset into the JCR) and select there a column as words in the source language and another column as the corresponding words in the target language. If a target word, say 'foo', is contained in a translated page, and it's given word in the target language is, say, 'bar', then an additional instruction 'Translate "foo" to "bar"' is added to the translation instructions.
- There is a new "AI Translation Merge Tool" at
/apps/composum-ai/components/autotranslatemerge/list.html/
(add the path of the page as suffix) improves the process for automatic translations. If component text properties have live copy inheritance intact, they are newly translated and updated if there are changes in the source. But for properties with cancelled inheritance a change in the source would not change anything during rollout. To support the handling in this case the new merge tool displays all text properties with cancelled inheritance with the original source text, the changed source text (including marked diffs), the automatic translation and an text editor for the current text on the page. It includes an AI based merge tool that tries to merge in changes while changing the current text as little as possible.
What's Changed
Full Changelog: composum-ai-integration-2.0.1...composum-ai-integration-2.2.1
Downloads
AEM
- Download and install the package , configure an OpenAI API Key at "GPT Chat Completion Service" .
- Or add the Composum AI for AEM all package on Maven Central to your deployment.
- There is an example configuration package you could optionally use or extend from the source
Composum Pages
- Try it live on cloud.composum.com
- As Sling package: https://central.sonatype.com/artifact/com.composum.ai/composum-ai-integration-composum-package/2.2.1
- Prepackaged in the Composum Starter and docker image composum/featurelauncher-composum , both created in the Composum Launcher project.
Dependencies
The AEM variant runs on AEM >= 6.5 and AEMaaCS.
The Composum variant is an extension of Composum Pages and needs at least
version 1.5.1.