Versions Compared

Key

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

All features related to components will be available from October 14.

Component IDs are a nifty means to group related segments.

...

When you push new strings or string updates simply set the “component” property with each segment. See apps/wbflex/documents/{id}/contents/push

Benefits

  • When pulling segments, you get back the assigned component ID.

  • You can enumerate all components in a Flex document including the segment count. apps/wbflex/documents/{id}/components

  • You can get all components that were fully translated “recently”. This makes it easy to deliver back translations, component by component, and language by language. apps/wbflex/documents/{id}/components/status

  • Pulling segments by a list of components opens up new horizons for a advanced localization scenarios.

...