Release notes v9.1.0

Release Details

v9.1.0 - Advanced settings release

This is a minor release update for Translation Manager for Umbraco 8 and Umbraco 9 based systems, It contains updates that make it easier to control Translation Manager in advanced setups.

Features

  • 21 Improved Advanced settings for the Xliff provider
  • 22 Improved settings in the google provider
  • 23 (Umbraco v9) - read in config mappings for custom mappers from /config/translation_mappings.config
  • 24 Ability to control how "vary by culture" properties are sent between different content trees
  • 25 the ability to licence individual connectors

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.0

as a package reference

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

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

via Visual Studio package manager console

If you are old school . install-package still works

install-package Jumoo.TranslationManager -version 9.1.0