In Translation Manager 2011 SP1 you can specify what content you want to send or not to translation by selecting or deselecting Schema fields. To use this functionality, you need to update your Schemas, disable the <ItemTypes> element in the TranslationManager.xml file, and add a Content Type to SDL TMS if you are using this translation system.
Before you begin
Perform these steps if you are using SDL WorldServer 10.1 or SDL TMS 2011 SP1 onwards. These versions support for ITS (Internationalization Tag Set) on which translatable fields depend.
If you are using a version of SDL TMS prior to version 2011 SP1, you need to use ANL files, Content Types and <ItemTypes> and in the TranslationManager.xml file to filter your translation content.
Procedure
- Open the Content Manager Explorer.
- Navigate to the Publication and Folder in which your Schemas are located.
- Select a Schema and choose Open in the context menu.
- In the General tab:
- Select Translate Name if you want the name of the Component to be translated (the option is available for Simple Schemas only).
- Select Aggregate Translation Items if you want to add Content Manager items included in a Translation Job into a single item on the translation management system instead of in separate files for each item.
- In the Design tab or Metadata Design tab, select the Translatable check box for fields that you want to be translated:
You can send the following fields for translation:
- Text fields (but not if the values are selected from a list)
- External links (for example, if you want to translate a URL such as
google.co.uk to google.nl)
- Click Save and Close.
- Disable the
<ItemTypes> element:
- Open the TranslationManager.xml file in a text editor.
- Set the
enabled="false" attribute, for example:
<ItemTypes enabled="false" xmlns:tcm="http://www.tridion.com/ContentManager/5.0">
<ItemType type="2" fileExtension="FOL">
<Includes>
<Include id="title" aggregate="true">/tcm:Folder/tcm:Data/tcm:Title</Include>
</Includes>
</ItemType>
</ItemTypes>
The <ItemTypes> element is now disabled for new translations but is still available for translations sent using Translation Manager 2.0 SP2 and earlier that are awaiting retrieval from SDL TMS.
- Save and close TranslationManager.xml.
- If you are using version SDL TMS 2011 SP1 or onwards:
- Open SDL Translation Management System (SDL TMS).
- In your organization Content Types Folder, click Add Content Type.
- Add a Content Type called ITS.
- Make sure that your configuration has this Content Type selected and no other Tridion Content Types.
- You can consequently delete any Analysis (ANL) files you were previously using to identify or ignore content for translation.
Adding a Content Type in SDL TMS ITS to instruct the configuration to use the ITS filter for each translatable Content Manager item type.