We are happy to announce that version 11.12.16 of the Lingotek™ Translation Management System Workbench was released today. In this release we've added the ability to add categories and metadata to TMS documents via API 5. We've also added the ability to retain the source locale when importing TM Units and Glossary Terms.
On this Page
Retaining Locales
Pre-Enhancement | Post-Enhancement |
---|
Before this enhancement, TMs and TBXs were imported with their source languages (but not their locales). | Now, TMs and TBXs are imported with both their source languages and locales. |
es de fr | es_MX de_LU fr_CA |
API 5 version 11.12
API 5 now supports more document metadata
Additions
A new /category endpoint has been added
The category endpoint allows integrators to execute CRUD operations on TMS Categories (POST, GET, PATCH, DELETE)
The /document endpoint now supports the category resource
POST /document/{id}/category adds a category to an existing document
GET /document/{id}/category returns a list of categories associated with an existing document
DELETE /document/{id}/category removes a category from an existing document
The /document endpoint now supports additional metadata