Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Topic author was deleted

    Apr 04, 2019 @ 13:33

    Translation manager and Umbraco Grid (with multiple columns) problem

    Hey, I've just imported a translation but I've noticed some strange behaviour...

    On most pages it works fine but it seems then when used with the grid and the grid has 2 columns the data for the first column is also used in the second one... (or second column is ignored)

    Translation file has correct translations... here are some screenshots to illustrate the issue

    GridStructure

    Column1Item1

    Column2Item1

    As you see the widget quote has the same contents as the widget tekst now...

  • Kevin Jump 2311 posts 14697 karma points MVP 7x c-trib
    Apr 04, 2019 @ 13:44
    Kevin Jump
    0

    Hi,

    a couple of quick questions.

    1. translation manager version? there were some improvements in how the grid stuff was re-imported in v2.1.5 (some other stuff in a later version but I think this version has the last changes in how the grid is handled. )

    2. Are the widgets something like le blender or doctype grid editor? it should work but just getting a better idea of the setup.

  • Comment author was deleted

    Apr 04, 2019 @ 13:50

    Hey, this is installed:

     <package id="Jumoo.TranslationManager" version="2.1.2" targetFramework="net461" />
     <package id="Jumoo.TranslationManager.Core" version="2.1.2" targetFramework="net461" />
     <package id="Jumoo.TranslationManager.Core.Binaries" version="2.1.2" targetFramework="net461" />
     <package id="Jumoo.TranslationManager.LinkUpdater" version="2.1.2" targetFramework="net461" />
     <package id="Jumoo.TranslationManager.Providers.Xliff" version="2.0.1" targetFramework="net461" />
     <package id="Jumoo.TranslationManager.Translator" version="2.0.1" targetFramework="net461" />
    

    And using doctype grid editor

    Thanks for the help :)

  • Kevin Jump 2311 posts 14697 karma points MVP 7x c-trib
    Apr 04, 2019 @ 14:02
    Kevin Jump
    0

    Hi

    I would say you should upgrade to at least v2.1.7.4 (no breaking changes between 2.1.2 and 2.1.7.4)

    Install-Package Jumoo.TranslationManager -Version 2.1.7.4
    

    just gone through our commit logs and we have a fix in :

    Fix for Grid Mapper when grid contains multiple items of the same element

    which sounds suspiciously like your issue :)

  • Comment author was deleted

    Apr 04, 2019 @ 14:12

    Awesome, will try that

Please Sign in or register to post replies

Write your reply to:

Draft