Release Details
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.
/config/translation_mappings.config
Translation Manager 9 is distributed as a nuget package and can be added to your site in a couple of ways.
via a command line you can add Translation Manager
dotnet add package Jumoo.TranslationManager --version 9.1.0
You can add the dependency directly to your projects .csproj file.
<ItemGroup>
<PackageReference Include="Jumoo.TranslationManager" Version="9.1.0" />
</ItemGroup>
If you are old school . install-package still works
install-package Jumoo.TranslationManager -version 9.1.0