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.

Note: You should make these configuration changes in the Test environment and test them before copying them to the Production environment. In a dedicated SaaS deployment, after testing the changes, ask IXIASOFT Customer Support to copy the changes to the 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.