Is there any way to use Automation API to make a App to auto update TM. I have over 20 languages TMs to update weekly, currently manual work and waste a lot of time. Can anybody give me some suggestion, how to do it though API?
Is there any way to use Automation API to make a App to auto update TM. I have over 20 languages TMs to update weekly, currently manual work and waste a lot of time. Can anybody give me some suggestion, how to do it though API?
Dear Harry,
Depending on how you want to update your TMs, ie either from a Studio project or from other sources (e.g. TMX file), you could develop an app to update TMs
From a project:
You could you use the ProjectAutomation API. You can use the function "RunAutomaticTask" which you apply on a project. One of the tasks available is "AutomaticTaskTemplateIds.UpdateMainTranslationMemories".
From other source:
Use the TranslationMemory API and use the import function.
I hope these information help you!
regards,
Laurent
Dear Harry,
Depending on how you want to update your TMs, ie either from a Studio project or from other sources (e.g. TMX file), you could develop an app to update TMs
From a project:
You could you use the ProjectAutomation API. You can use the function "RunAutomaticTask" which you apply on a project. One of the tasks available is "AutomaticTaskTemplateIds.UpdateMainTranslationMemories".
From other source:
Use the TranslationMemory API and use the import function.
I hope these information help you!
regards,
Laurent