Skip to content

v8.6.2 - Xliff Blank target improvments

Compare
Choose a tag to compare
@KevinJump KevinJump released this 10 Jun 09:01
· 22 commits to main since this release
b88beaf

This is a patch release update for Translation Manager for Umbraco v8.x - for more info see https://jumoo.co.uk/translate

Is contains a fix for detecting blank target elements in xliff when the target starts with or contains a spanning element.

Fixes

#10 - Xliff target is reported as blank, when it sometimes isn't

All changes are listed under the release/8.6.2 label


Installing Translation Manager.

We recommend you install Translation Manager via NuGet / Visual Studio Package Manager

PM>install-package Jumoo.TranslationManager -version 8.6.2

you can install the Umbraco Package from the Umbraco back office or the our.umbraco.org package page.

Upgrading

via nuget:

PM>update-package Jumoo.TranslationManager -version 8.6.2 -FileConflictAction Ignore

There should be no issues upgrading between patch versions of Translation Manager (e.g 8.5.3 -> 8.5.4).

We recommend you do not have open translation jobs when upgrading minor versions (e.g 8.4 -> 8.6) - In general there should be no issue upgrading with open jobs - but this reduces any risks if data structures are altered during a upgrade.