How to preserve locked segments present in my sdlxliff files while converting to xliff #35
Closed
Abhishek9934
started this conversation in
General
Replies: 5 comments 2 replies
|
Upload sample files that I can use for reproducing. |
0 replies
|
Sample files links - https://drive.google.com/file/d/1IquCaLfFjMCGLOAWdnhYC7sb0XXjICmE/view?usp=drive_link https://drive.google.com/file/d/17FMiVN5orAvCJVuu-Os-ndz38FJANc0V/view?usp=drive_link |
0 replies
|
Are you talking about the segments that contain fragments like this: |
1 reply
|
OK, but are you aware that there is no All I can do is set |
1 reply
|
Changes implemented in release 3.25.0:
In both cases Let me know if this works. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I am working on a translation based project in which I want to skip translations for locked segments present in the xliff, sldxliff , mqxliff files. I am using the openXliff convert to generate xlf and skl files on which further processing is done.
But when I use convert, the locked="true" attributes are not getting preserved in the generated xlf files, is there a way to preserve the locked attributes while conversion ?
-Thanks
All reactions