Skip to content

Missing Interpolated Text #6

@karan-kang

Description

@karan-kang

Issue:
OmniXlf omits the Angular Interpolation strings from the source and translation fields.

Xliff Trans Unit:

<trans-unit id="labelWaiveFailed" datatype="html">
	<source>Waive <x id="INTERPOLATION" equiv-text="{{data.number}}"/> Failed.</source>
	<target state="translated">放弃  失败。<x id="INTERPOLATION"/>
	</target>
	<context-group purpose="location">
		<context context-type="sourcefile">app/schedule/message/scheduleMessage.component.ts</context>
		<context context-type="linenumber">10</context>
	</context-group>
</trans-unit>

OmniXlf shows this trans unit as following:

ID: labelWaiveFailed
Source: Waive Failed.
Translation: 放弃  失败。

In comparison, a tool like Virtaal shows the source and translation as following:

ID: labelWaiveFailed
Source: Waive [INTERPOLATION] Failed.
Translation: 放弃  失败 [INTERPOLATION]。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions