Release Details
This is a patch release of Translation Manager that provides compatibility for a breaking change in Umbraco 9.2 , this release also contains a fix for translation nodes that may get stuck at reviewing when approving a job.
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.0.4
You can add the dependency directly to your projects .csproj file.
<ItemGroup>
<PackageReference Include="Jumoo.TranslationManager" Version="9.0.4" />
</ItemGroup>
If you are old school . install-package still works
install-package Jumoo.TranslationManager -version 9.0.4