Release Details
This is the shared release for Umbraco v13 and Umbraco v14 of Translation Manager. It contains some fixes and new features to better handle super large translation sets though automatic approvals.
If you have a large translation job (+5,000 pages) then it might take a while for Translation Manager to put that back into Umbraco when you approve it, at the moment you have to wait in the browser while this process is chugged through (we break the job up to get around azure timeout issues).
with this new feature you can enable background approval by adding the following setting to your appsettings.json file.
"Translation": {
"backgroundApproval": true,
}
Then when you approve a job, the approval is sent over to a background task,(with an accompanying background service). that will process the job. the job will enter a processing state, and slowly work through the approval, you can check this state by viewing the job.
Depending on the version of Umbraco you are running you will need a different version of this package.
dotnet add package Jumoo.TranslationManager --version 13.2.4
dotnet add package Jumoo.TranslationManager --version 14.0.4
[!NOTE] This will be the last v14 feature release of Translation Manager, as we transition to supporting the new v15 release. v14 has now entered support only updates