Hey Manuel!
I tested your xliff file on the latest dev code.
Maybe there was a fix since 1.45.0 was released, but this is the
output I get (attached). Note that the x code id is preserved
as-is (<x id="INTERPOLATION").
Maybe there is some new OmegaT interaction with non-numeric id's? We did refactor the xliff filter to be more consistent with id's so this code has changed. We would just need to understand all the code that is touching your files. Again, I'm not familiar with OmegaT.
cheers,
Jim
--
You received this message because you are subscribed to the Google Groups "okapi-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to okapi-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/okapi-users/CABm46bZ4zLYnWFFzVQ%3DGZ%3DH%2BuiwgkhM1KspV-BqBwT2g_jbAFg%40mail.gmail.com.
|
Some more detail:
Okapi uses two id's for Code. Code.id is numeric and meant *only*
to be an index into the TextFragment. But Code.originalId is a
string and is preferred in *all* cases if it is non-null. In this
case it looks like the string id ("INTERPOLATION") is being
converted to an integer.