Define localization statuses to include in Build Manifest output

Each Build Manifest is configured to "pick up" only translated maps at a certain status. By default, they pick up maps at Localization:done and Translation:done. You can extend this configuration.

About this task

For example, you might want to generate an output of content in the Localization:review or Translation:in review status for a review of the translated content prior to final publishing.

Important: Make configuration changes in a test environment and confirm they work before copying them to a production environment.

Procedure

  1. In the TEXTML Administration perspective, connect to your server.
  2. Check out /system/templates/bmanifests/build.manifest.bmanifest and open it for editing.
  3. In the <locstatusend> element, enter the states you want to include in the Build Manifest when generating an output.
    Separate each status with a semi-colon. For example, to add Localization:review and Translation:in review, enter the following:
    <build-manifest id="id" xml:lang="en-us">
    	<title>Build Manifest Title</title>
    	<globals>
    		<shortdesc>Build Manifest Description</shortdesc>
    		<mode otherprops="DEBUG"/>
    		<locstatusend>Localization:done;Localization:review;Translation:done;Translation:in review</locstatusend>
    		<mapref/>
  4. Save, close, and check in the file.
  5. Inform users of the changes and advise them to restart CCMS Desktop.

What to do next

These changes apply only to Build Manifests created going forward. You must manually update any existing Build Manifests to reflect these same settings.