Translation Enhancements
- Topics:
- Language Copy
CREATED FOR:
- Admin
This page presents incremental enhancements and refinements to AEM translation management capabilities.
Translation Project automation
Options to improve productivity working with translation projects have been added, such as automatically promoting and deleting translation launches, and scheduling the recurring execution of a translation project.
-
In your translation project, click the ellipsis at the bottom of the Translation Summary tile.
-
Switch to the Advanced tab. At the bottom, you can select Automatically Promote Translation Launches.
-
Optionally, you can select if after receiving translated content, translation launches should be automatically promoted and deleted.
-
To select the recurring execution of a translation project, select the frequency with the dropdown under Repeat Translation. Recurring project execution will automatically create and execute translation jobs in the specified intervals.
Multilingual Translation Projects
It is possible to configure multiple target languages in a translation project, to reduce the total number of translation projects created.
-
In your translation project, click the dots at the bottom of the Translation Summary tile.
-
Switch to the Advanced tab. You can add multiple languages under Target Language.
-
Alternatively, if you are initiating translation via the references rail in Sites, add you languages and select Create Multiple-language Translation Project.
-
Translation jobs will be created in the project for every target language. They can be started either one by one within the project, or all at once by executing the project globally in Projects Admin.
Translation Memory Updates
Manual edits of translated content can be synchronized back to the Translation Management System (TMS) to train its translation memory.
-
From the Sites console, after updating text content in a translated page, select Update Translation Memory.
-
A list view shows a side-by-side comparison of the source and the translation for every text component that was edited. Select which translation updates should be synchronized to Translation Memory, and select Update Memory.
AEM updates the translation of the existing strings in the translation memory of the configured TMS.
- The action updates the translation of existing strings in the translation memory of the configured TMS.
- It does not create new translation jobs.
- It sends the translations back to the TMS, via AEM translation API (see below).
To use this feature:
-
A TMS must be configured for use with AEM.
-
The connector needs to implement the method
storeTranslation
.- Code within this method determines what happens to the translation memory update request.
- The AEM translation framework sends the string value pairs (original and updated translation) back to the TMS via this method implementation.
The translation memory updates can be intercepted and sent to a custom destination, for cases where a proprietary translation memory is used.
Language Copies on Multiple Levels
Language roots can now be grouped under nodes, for example, by region, while still being recognized as roots of language copies.
/content/we-retail/language-masters/en
/content/we-retail/language-masters/americas/central-america/es
es
language copy will not be detected as it is 2 levels (americas/central-america) away from the en
node.Translation Status Reporting
A property can now be selected in the Sites list view that shows if a page has been translated, is in translation, or has not yet been translated. To display it:
-
In Sites, switch to List View.
-
Click View Settings.
-
Check Translated checkbox under Translation and click Update.
You can now see a Translated column which shows the translation status of the pages.