Forum Discussion
Translation is not imported
Hello,
We too are experiencing the same issue when importing a translated xlif file into an Articulate 360 e-Learning course, no translation results displayed. Though in the text of the xlif doc the translation is evident, the document appears configured correctly. I've included the translated xlif file for review. This xlif file was translated using ETMA which is required for some HP GBU WW. Perhaps it is in the file or in the duplication process, resolution assistance would be greatly appreciated.
- ThorMelicher-b55 years agoCommunity Member
@Darrell,
Although the file has been translated, it's missing <target> elements which is why the import isn't showing any change.
It seems that either the translator or the software chose to replace the <source> elements with the translation rather than adding the <target> elements.
So it's a bit easier for you to see the structure, you can change the extension form .xlf to .xml and then drag and drop into a browser.
Once loaded, look for <source> tags. Immediately after <source>, you should see <target> tags that are in the same layout as <source>
In this small snippet from your XLIFF, you would see <target> on the next line after </source>
It would look something like this:
<target>
<pc id="block_0">
<ph defaultRef="generic_1" id="generic_1"/>
<pc dataRefStart="span_2" id="span_2"> © © 2020 HP Development Company, L.P. La información contenida en el presente documento está sujeta a cambios sin previo aviso. Confidencialidad HP-solo para fines de formación.</pc>(and so on until you get to </target> - it should be a literal mirror except in <source> you would see the original language and <target> would be the translated language.)
I hope that helps at least the mystery why your translation isn't importing as expected.
Related Content
- 7 months ago
- 6 months ago
- 7 months ago
- 10 months ago