A customer's source file format is bilingual xliff file containing English and Traditional Chinese contents, which also contains string IDs. The customer wants to import these String IDs into Trados Studio to help translators reference them during translation. Do we have a viable solution or some best practices that can help? Please see the sample below.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xliff version="1.2" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<file build-num="4102" datatype="x-android-res" date="2023/10/16 18:19:38" original="sample" source-language="en-US" target-language="zh-TW">
<body>
<trans-unit app-name="sample" db-id="119853" id="string:STRING_AddressBook_Chat_Delete_Chat" src-path="\\Git\sample\string.xml">
<origin>Delete chat</origin>
<source xml:space="preserve">Delete chat</source><target state="needs-translation">刪除聊天</target>
</trans-unit>
<trans-unit app-name="sample" db-id="119854" id="string:STRING_AddressBook_Chat_Delete_Chat_Warning" src-path="\\Git\sample\string.xml">
<origin>Are you sure you want to delete this chat?</origin>
<source xml:space="preserve">Are you sure you want to delete this chat?</source><target state="needs-translation">您確定要刪除此聊天嗎?</target>
</trans-unit>
<trans-unit app-name="sample" db-id="119855" id="string:STRING_AddressBook_Chat_Dialog_Group_Already_Exists_Cancel_Btn" src-path="\\Git\sample\string.xml">
<origin>Cancel</origin>
<source xml:space="preserve">Cancel</source><target state="translated">取消</target>
</trans-unit>
<trans-unit app-name="sample" db-id="119881" id="string:STRING_AddressBook_Chat_Members_Selected" src-path="\\Git\sample\string.xml">
<origin>{0} members selected</origin>
<source xml:space="preserve">{0} members selected</source><target state="needs-translation">已選擇 {0} 位成員</target>
</trans-unit>
<trans-unit app-name="sample" db-id="119882" id="string:STRING_AddressBook_Chat_Message_Btn" src-path="\\Git\sample\string.xml">
<origin>Message</origin>
<source xml:space="preserve">Message</source><target state="translated">訊息</target>
</trans-unit>
</body>
</file>
</xliff>
Question... not discussion.
[edited by: Paul at 4:42 PM (GMT 1) on 25 Oct 2023]