Define localization statuses to include in Build Manifest output

By default, if you generate output from a Build Manifest, only translated content that is in the Localization:done state (or equivalent in your deployment) is included. You can change this to include other states.

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

Important: Make configuration changes in a test environment and confirm they work before copying them to a production environment. For dedicated SaaS deployments, test the changes and then ask IXIASOFT Customer Support to copy the changes to your production environment.
  1. In the TEXTML Administration perspective, connect to your server.
  2. Locate the build.manifest.bmanifest file in the repository's /system/templates/bmanifests collection.
  3. Check out the file and open it for editing.
  4. In the <locstatusend/> element, enter the states you want to include in the Build Manifest when generating an output.
    For example, to include Localization:review and Localization:done, you would enter the following: <locstatusend>Localization:review;Localization:done</locstatusend>
  5. Save, close, and check in the file.