Hi, We’re having some issues with the translation files on VLC.
Apparently both key and value are presented as strings for translations.
Example:
<dict>
<key>IntentName</key>
<string>INSearchForMediaIntent</string>
<key>IntentExamples</key>
<array>
<string>Search for Jacques Brel in VLC</string>
</array>
</dict>
Both strings in <string> tags are marked for translation, we just need the second one, is there a way to do it?
I hope you are doing well.
If I understood correctly, you wish your translators to work only in the second string. If this is right, then you could check our ARTICLE on HOW TO “Prevent Translations” As a quick solution I would try the “notranslate” tag.
First go to your organization settings → Translation Checks → Click on file format and set the “notranslate” settings to “Error” → SAVE.