Skip to content

Releases: Jumoo/Jumoo.TranslationManager.Issues

v9.1.4 - Xliff upload fix.

30 Jun 16:19
2064e7a
Compare
Choose a tag to compare

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

v9.1.2 - Title attribute fix

27 Apr 15:18
2064e7a
Compare
Choose a tag to compare

This is a minor update for Translation manager v9 for Umbraco 8/9 - it contains a single fix for Title attributes in anchor tags not being sent as part of a translation file.

This is a minor update to address a single issue - below are the release notes for 9.1.1 release which still stand for this release

if you have already updated to 9.1.1 this issue is not critical you only need to update to this latest version from 9.1.1 if you experience this issue.

This is a minor patch release for Translation Manager for Umbraco 8 and 9 that addresses some known issues .

Fixes

  • #30 - Fix: File locking when uploading an XLIFF file to a non-media folder location
  • #27 - Fix: Ensure spanning code only xliff is not treated as blank when checking targets
  • #31 - Fix: No error message for some upload errors.

Features

  • #26 - Add Ability to globally disable notifications
  • #28 - Use content version when re-importing loopback translation content
  • #29 - Add config options for how to generate <target> nodes on xliff

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

as a package reference

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

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

via Visual Studio package manager console

If you are old school . install-package still works

install-package Jumoo.TranslationManager -version 9.1.1

v8.7.10 - Patch release

27 Apr 14:38
2064e7a
Compare
Choose a tag to compare

This is a patch release of Translation Manager v8 for Umbraco 8.

Fixes

  • Fix: Provider settings values return false when they are blank
  • Fix: Allow Passthrough provider to not change values when they already exist on target
  • Fix: Improve the error logging if a file upload files in the XLIFF provider #31
  • Fix: Improves xliff error checking / display #31
  • Fix: Elements containing only spanning codes are treated as blank values when they are not #27
  • Fix: Track version number when using loopback sets
  • Fix: Ensure 'title' attributes are split out of translation correctly when embedded in RTE/Grid element

Installing Translation Manager.

We recommend you install Translation Manager via NuGet / Visual Studio Package Manager

PM>install-package Jumoo.TranslationManager -version 8.7.10

you can install the Umbraco Package from the Umbraco back office or the our.umbraco.org package page.

Upgrading

via nuget:

PM>update-package Jumoo.TranslationManager -version 8.7.10 -FileConflictAction Ignore

There should be no issues upgrading between patch versions of Translation Manager (e.g 8.7.3 -> 8.7.7).

We recommend you do not have open translation jobs when upgrading minor versions (e.g 8.4 -> 8.7) - In general there should be no issue upgrading with open jobs - but this reduces any risks if data structures are altered during a upgrade.

v9.1.1 - Xliff Upload Minor patch release

26 Apr 15:16
f9b3f7b
Compare
Choose a tag to compare

This is a minor patch release for Translation Manager for Umbraco 8 and 9 that addresses some known issues .

Fixes

  • #30 - Fix: File locking when uploading an XLIFF file to a non-media folder location
  • #27 - Fix: Ensure spanning code only xliff is not treated as blank when checking targets
  • #31 - Fix: No error message for some upload errors.

Features

  • #26 - Add Ability to globally disable notifications
  • #28 - Use content version when re-importing loopback translation content
  • #29 - Add config options for how to generate <target> nodes on xliff

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

as a package reference

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

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

via Visual Studio package manager console

If you are old school . install-package still works

install-package Jumoo.TranslationManager -version 9.1.1

v9.1.0 - Advanced settings release

25 Mar 09:15
f9b3f7b
Compare
Choose a tag to compare

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

v9.0.5 - maintenance release

22 Feb 12:11
4cb7e18
Compare
Choose a tag to compare

This is a patch release of Translation Manager for Umbraco 8/9 it contains a few minor fixes for reported issues and includes the new DeepL machine api in the core package.

Updates

  • New DeepL Translation connector ( https://www.nuget.org/packages/Jumoo.TranslationManager.Connector.DeepL/)
  • Spelling in the warning banners
  • Improved error reporting if an approval fails
  • Enhancements to the passthrough provider, to allow you to set "only passthrough blank content"
  • Fix missing set name in the pending queue list
  • Display supported providers from remote list in the connector dashboard.

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

as a package reference

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

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

via Visual Studio package manager console

If you are old school . install-package still works

install-package Jumoo.TranslationManager -version 9.0.5

v9.0.4 - Umbraco 9.2 Compatability release

07 Jan 15:13
4cb7e18
Compare
Choose a tag to compare

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.

Mitigation

Fix

  • Job nodes stuck at review when approving job.
  • Nested DocTypeGrid Editor elements not serialized correctly.

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

as a package reference

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

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

via Visual Studio package manager console

If you are old school . install-package still works

install-package Jumoo.TranslationManager -version 9.0.4

v9.0.2 . Patch release

10 Dec 11:50
4cb7e18
Compare
Choose a tag to compare

This is a patch release of Translation Manager v9 for Umbraco 9 and 8. It contains fixes to issues found since the previous release

Fixes

  • XLIFF 2.0 - Don't write an empty SubType value when extracting an Anchor tag in xml (v8.7.7)
  • XLIFF 2.0 - Improvement in detecting the diffrence between html EM and XLIFF EM tags (v8.7.7)
  • Content APP - Fix show most recenty version information in content app when using loopback (variant) content setup
  • Fix for when xliff meta data doesn't contain and ID value
  • Background processing fix for Umbraco 9

Updates

  • Add Preseve and span split options to the core XLIFF 2.0 options (for use by connectors) (v8.7.8)

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

as a package reference

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

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

via Visual Studio package manager console

If you are old school . install-package still works

install-package Jumoo.TranslationManager -version 9.0.2

v8.7.8 - Xliff 1.2 splitting options

10 Nov 11:12
37aca7d
Compare
Choose a tag to compare

This is a patch release, for Translation manager that enables so additional features in xliff 1.2 serialization for the use of third party translation connectors. You will not need to upgrade to this patch release unless your translation provider needs the features for their connector.

Update

  • option to alter the list of inline and block elements used when splitting html in xliff 1.2 files

Installing Translation Manager.

We recommend you install Translation Manager via NuGet / Visual Studio Package Manager

PM>install-package Jumoo.TranslationManager -version 8.7.8

you can install the Umbraco Package from the Umbraco back office or the our.umbraco.org package page.

Upgrading

via nuget:

PM>update-package Jumoo.TranslationManager -version 8.7.8 -FileConflictAction Ignore

There should be no issues upgrading between patch versions of Translation Manager (e.g 8.7.3 -> 8.7.7).

We recommend you do not have open translation jobs when upgrading minor versions (e.g 8.4 -> 8.7) - In general there should be no issue upgrading with open jobs - but this reduces any risks if data structures are altered during a upgrade.

v8.7.7 - Xliff2.0 Anchors and em tags

26 Oct 08:39
37aca7d
Compare
Choose a tag to compare

This is a patch release for Translation Manager on Umbraco 8 - it contains some fixes as to how XLIFF 2.0 file generation handles anchor tags and em tags in certain situations. Unless you are experiencing these issues there is no imperative to update to this version.

Fixes

  • Anchor tags in Xliff 2.0 contain a empty subType value - when the should not
  • In certain circumstances html em tags get treated as xliff 2.0 em tags - resulting in some tags not being split in the xliff.

Installing Translation Manager.

We recommend you install Translation Manager via NuGet / Visual Studio Package Manager

PM>install-package Jumoo.TranslationManager -version 8.7.7

you can install the Umbraco Package from the Umbraco back office or the our.umbraco.org package page.

Upgrading

via nuget:

PM>update-package Jumoo.TranslationManager -version 8.7.7 -FileConflictAction Ignore

There should be no issues upgrading between patch versions of Translation Manager (e.g 8.7.3 -> 8.7.7).

We recommend you do not have open translation jobs when upgrading minor versions (e.g 8.4 -> 8.7) - In general there should be no issue upgrading with open jobs - but this reduces any risks if data structures are altered during a upgrade.