问题描述
我有数据值格式的 resx 文件。我需要获取这个值并根据数据将其放入 xlf 文件中。
Resx 文件格式
<data name="familyMembersTravelling" xml:space="preserve">
<value>Family Members Travelling</value>
</data>
XLF 文件格式:
<trans-unit id="manageaccountcomponent_success_userunlocked" datatype="html">
<source>User has been unlocked successfully</source>
<target>User has been unlocked successfully</target>
<context-group purpose="location">
<context context-type="sourcefile">app/app.component.html</context>
<context context-type="linenumber">22</context>
</context-group>
</trans-unit>
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)