The translate attribute is not handle properly in <group> in the XLIFFFilter

Issue #539 resolved
YvesS created an issue

It looks like <group translate="no"> is not working as expected with the XLIFF 1.2 filter.

Comments (3)

  1. YvesS reporter

    Looks like translate is supported only at the trans-unit level, not at the <group> and there is apparently to stack context for it like there should probably be if we were supporting inheritance like for xml:space.

  2. YvesS reporter

    This is resolved by changeset 3dea8dd. The update implements Christian/Christopher's changes and adds support for bin-units. the context uses a stack for nested groups. There is also a bug fixed for the ID of bin-unit.

  3. Log in to comment