Forum Discussion

AceApostol's avatar
AceApostol
Community Member
7 years ago

XLIF translation did not import in Articulate Rise

We followed the instruction on how to import translations found in "https://community.articulate.com/articles/rise-translate-your-course".
Steps we followed is as follows:

a) Duplicate the course in Rise;

b) Go to Settings in Rise > Export XLIF File;

c)  Open the Exported XLIF file in Notepad++ (Text Editor);

d) Open provided translated XLIF file in Notepad++ and copy all content to the exported English XLIF version.

e) Then we go back to the Settings in Rise and import the translations back.

However "Import failed: Translation file doesn't match this course." appears after importing.

Below is a sample clip of xlif translations provided.

<xliff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" version="1.2">
<file original="course" datatype="plaintext" source-language="en-US" target-language="es-us">
<body>
<trans-unit id="title">
<source>English text</source><target>Texto en inglés</target>
</trans-unit>
<trans-unit id="description">
<source>
<g id="zzu2BdVk7k5pDG92" ctype="x-html-p">This quick course will introduce you to the topic number one.</g>
</source><target>
<g id="zzu2BdVk7k5pDG92" ctype="x-html-p">Este curso rápido le presentará el tema número uno.</g>
</target>
</trans-unit>
</body>
</file>

</xliff>

Please advise on the correct way of importing translations back to Rise? Are there demo videos available to follow that you can provide? Or did we missed anything?