Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

extractWordbeeProperties

Optional, default is false.

If true then the system includes Wordbee specific properties in the TMX file. These properties are saved as standard prop nodes.

  • <prop type="x-wb-context">the value</prop>

Segment level properties in "tu" node:

  • x-wb-context
  • x-wb-type
  • x-wb-visibility
  • x-wb-delimiter
  • x-wb-{custom field id} : For example "x-wb-customstr10"

Text level properties in "tuv" node:

  • x-wb-status
  • x-wb-bookmark
  • x-wb-locked
  • x-wb-validationx-wb-editor
  • x-wb-editor
  • x-wb-prefix
  • x-wb-suffix
  • x-wb-ctx


Optional, bool
extractTUProperties

Optional, default is false.

If true then any TMX attributes saved with the segment are extracted. These either were previously imported from a TMX or manually added in the translatio editor.

Optional, bool
extractTUVProperties

Optional, default is false.

If true then any TMX attributes saved with a segment's text are extracted. These either were previously imported from a TMX or manually added in the translatio editor.

Optional, bool
extractPersonInitials

Optional, default is true.

If true then the last editing user's initials are extracted to TMX:

  • "tuv" node, attribute "changeid"


Optional, bool
enforceWordbeeCompatibility

Optional, default is false.

If true then further meta data attributes "x-wb..." are added to the export. When later reimporting this TMX, the system is able to restore all properties.

  • x-wb-tag


Optional, bool

...