Release notes v9.1.4

Release Details

v9.1.4 - Xliff upload fix.

This is a patch release for Translation Manager v9. (Umbraco 8 & 9)

Fixes

  • File download fails for xliff provider when folder is outside of wwwroot (netcore).

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

as a package reference

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

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

via Visual Studio package manager console

If you are old school . install-package still works

install-package Jumoo.TranslationManager -version 9.1.4