- edited description
Issue #1138
resolved
Let’s consider an example document UI.
The designmap.xml
document part contains the following custom text variable:
<TextVariable Self="dTextVariablenVariable 1" Name="Variable 1" VariableType="CustomTextType"> <CustomTextVariablePreference> <Properties> <Contents type="string">Custom text variable content</Contents> </Properties> </CustomTextVariablePreference> </TextVariable>
So, the contents
tag characters should be conditionally taken into account for translation.
For more details please refer to the attached document.
Comments (3)
-
reporter -
reporter A solution was made available in the scope of pull request #608.
-
reporter - changed status to resolved
Related pull request #608 merged.
- Log in to comment