Translation Manager custom data types not translated
Hi Kevin,
We're in dire need of some urgent assistance. In out site, we've developed a custom field for adding heading data in Rich text and applying a heading tag to it.
These are not being translated! Or exported into Xliff! How do we add custom code to add these to the xliff files?
It depends a bit on what version of Umbraco / Translation Manager you have, but you can configure Translation Manager to read in the values (assuming they are stored in json or text).
Translation Manager custom data types not translated
Hi Kevin,
We're in dire need of some urgent assistance. In out site, we've developed a custom field for adding heading data in Rich text and applying a heading tag to it.
These are not being translated! Or exported into Xliff! How do we add custom code to add these to the xliff files?
Thank you! Gabor
Hi,
It depends a bit on what version of Umbraco / Translation Manager you have, but you can configure Translation Manager to read in the values (assuming they are stored in json or text).
if its 'just' text then a 'property' mapping should work https://docs.jumoo.co.uk/tm/Extending/mapping/index
if its more complex data you will either need to configure it. - https://docs.jumoo.co.uk/tm/Extending/mapping/json or write a custom mapper (you very really need to write a custom mapper)
Thank you, just the ticket.
is working on a reply...