-1

I'm interested in setting up human translation workflows with Contentful through a third-party service like Smartling or Straker. What would be the easiest way to do this?

Shaun
  • 1
  • This is a very broad question and might get closed as such, you'd have to narrow it down to a question about a more specific implementation if you want to recieve an answer that contains any substance. The only answer I can give you for this question is: "Create a UI extension: "https://www.contentful.com/developers/docs/concepts/uiextensions/" – Robban Jan 27 '17 at 06:48
  • Smartling released Contentful connector https://www.smartling.com/translation-software/translation-connectors/contentful-translation/ – Denys Kurochkin May 23 '18 at 07:32

1 Answers1

0

I don't believe there's anything supported. You're going to want to get the content into XLIFF.

https://en.wikipedia.org/wiki/XLIFF

Write a process to output as XLIFF, and another process to update from XLIFF. But, understand that you're breaking new ground here.

Deane
  • 8,269
  • 12
  • 58
  • 108