nathanwoulfe / Plumber

The workflow solution for Umbraco 7
39 stars 20 forks source link

Translated content missing #145

Open ryanlewis26 opened 3 years ago

ryanlewis26 commented 3 years ago

Describe the bug We're experiencing missing content on some translations for one of our sites.

In both examples below the the content for each is present in the .xlf file (attached) but the system isn’t reading them for some reason.

.xlf examples: XLF_Examples.zip

  1. ENG to FR, key features block not working:

    • in this case the translations are showing in Translation Manager when submitted: image
    • but when checking the content page after publishing the translations are missing image
  2. ENG to DE, two column block not working:

    • in this case the translations are returned blank in Translation Manager: image

Expected behavior When the translation is submitted the information in the .xlf files is accepted and appears both in Translation Manager and on the translated page

Desktop (please complete the following information):

Plumber version 2.4.12.0

nathanwoulfe commented 3 years ago

Hi @ryanlewis26, I'm not sure how this would be related to Plumber - Plumber simply uses the ContentService to publish nodes at the completion of the workflow, there's no modification of the content.

If Translation Manager performs some other magic on publish (by hooking content events), this should still work, unless those events are triggered from the client side, and therefore not raised by Plumber on the server.

@KevinJump might be able to provide some insights...

KevinJump commented 3 years ago

yes - this is a Translation Manager issue. looks like we had a problem with Repeatable strings inside nested content/grids. But we have a fix now, it will be in the next release - either Friday or early next week.

nathanwoulfe commented 3 years ago

Magic! I love issues that don't mean work!

ryanlewis26 commented 3 years ago

@KevinJump @nathanwoulfe Fantastic! Thanks both for your time.

ryanlewis26 commented 3 years ago

Hi @KevinJump - do you know when this new release will be available? Just keen to get upgraded to fix this issue.

KevinJump commented 3 years ago

yeah just published it now ... waiting for nuget to replicate.

KevinJump commented 3 years ago

you should be able to grab it from here : https://www.nuget.org/packages/Jumoo.TranslationManager/8.4.2

ryanlewis26 commented 3 years ago

ah apologies! I thought I added to my initial post but we're not upgraded to umbraco 8 yet. We're on Umbraco v7.14.0 using Translation Manager v2.4.12.0 will Umbraco v7 be supported with this fix?

KevinJump commented 3 years ago

ahh i will have to go check. sorry, thought it was v8

KevinJump commented 3 years ago

https://www.nuget.org/packages/Jumoo.TranslationManager/2.4.13