Release notes v9.1.2

Release Details

v9.1.2 - Title attribute fix

This is a minor update for Translation manager v9 for Umbraco 8/9 - it contains a single fix for Title attributes in anchor tags not being sent as part of a translation file.

This is a minor update to address a single issue - below are the release notes for 9.1.1 release which still stand for this release

if you have already updated to 9.1.1 this issue is not critical you only need to update to this latest version from 9.1.1 if you experience this issue.

This is a minor patch release for Translation Manager for Umbraco 8 and 9 that addresses some known issues .

Fixes

  • 30 - Fix: File locking when uploading an XLIFF file to a non-media folder location
  • 27 - Fix: Ensure spanning code only xliff is not treated as blank when checking targets
  • 31 - Fix: No error message for some upload errors.

Features

  • 26 - Add Ability to globally disable notifications
  • 28 - Use content version when re-importing loopback translation content
  • 29 - Add config options for how to generate <target> nodes on xliff

Getting Translation Manager

Translation Manager 9 is distributed as a nuget package and can be added to your site in a couple of ways.

via dotnet add

via a command line you can add Translation Manager

dotnet add package Jumoo.TranslationManager --version 9.1.1

as a package reference

You can add the dependency directly to your projects .csproj file.

<ItemGroup>
  <PackageReference Include="Jumoo.TranslationManager" Version="9.1.1" />
</ItemGroup>

via Visual Studio package manager console

If you are old school . install-package still works

install-package Jumoo.TranslationManager -version 9.1.1