-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Labels
No labels