Problems with Lingo and Across Language Server

This Forum is for general issues about MadCap Lingo
Post Reply
Ina
Jr. Propeller Head
Posts: 5
Joined: Wed Apr 05, 2017 2:41 am
Location: Germany

Problems with Lingo and Across Language Server

Post by Ina »

Has anyone here had experience with Lingo and Across Language Server? We're encountering issues importing translation bundles back into Lingo and would appreciate any help, in English or German.

Here's the specific issue:

When importing XLF files from Lingo into Across using the XLIFF file import template, it combines all sentences within a paragraph, jumbling the structure and resulting in errors upon re-importing the files to Lingo. Unfortunately, there seems to be no way to adjust the import template settings.

Furthermore, if the XLF files from Lingo are imported into Across using the XML file import template, while everything appears correct in Across, the source text gets overwritten by the target text. Consequently, when importing back into Lingo, both the target and source are displayed in the target language.
Dafra08
Propeller Head
Posts: 45
Joined: Fri Aug 16, 2019 1:02 am

Re: Problems with Lingo and Across Language Server

Post by Dafra08 »

I have very limited experience with Across, and have never imported from Lingo. But could the first issue be some segmentation rule mishap rather than something with the import template? Check the segmentation rules in Across. Maybe it helps to create explicit segmentation rules in Lingo too, before exporting to XLF, although it sounds like the problem is on the Across side.
ouarda
Jr. Propeller Head
Posts: 1
Joined: Tue Aug 13, 2024 5:37 am

Re: Problems with Lingo and Across Language Server

Post by ouarda »

Hi Ina,

Do you have an update on this issue?

On my part, I have similar issues and discussed it with support.
We figured the segmentation issue is due to not having <p> tags in the <li> tags of sublists.
E.g.,
<ul>
<li>this is the main list</li>
<ul> <li> this is a sublist</li></ul>
</ul>
Instead, it should be
<ul>
<li><p>this is the main list</p></li>
<ul> <li> <p>this is a sublist</p></li></ul>
</ul>

I believe this correction is the best practice for HTML 5.
Psider
Propellus Maximus
Posts: 850
Joined: Wed Jul 06, 2011 1:32 am

Re: Problems with Lingo and Across Language Server

Post by Psider »

Are you saying you were told li elements must contain a p element? If so I don't believe this is true based on the spec.
https://developer.mozilla.org/en-US/doc ... Element/li

https://html.spec.whatwg.org/multipage/ ... li-element

I couldn't comment on suggestions for specific translation services, however, simply that the spec doesn't require it as far as I can tel.
Post Reply