Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Toolkit to work with Trados Studio 2022 and Trados Studio 2024… #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

aflorescu579774
Copy link

Changes Made

Add DependencyLoader Module to help with the conflicts between Powershell dependencies version and Trados dependencies version
Removed the Get-DefaultProjectTemplate and Create a project object just with the ProjectInfo parameter, Factory.CreateApplication() not returning the properties that were used in the previous versions
Validate-TaskSequence uses now a [SDL.ProjectAutomation.Core.TaskSequence] object as this is returned now by the Project.RunAutomaticTask
Overall update the toolkit to work with Trados Studio 2022 and Trados Studio 2024
Added command prompt scripts for 2022 and 2024

… Changes Made

-> Add DependencyLoader Module to help with the conflicts between Powershell dependencies version and Trados dependencies version
-> Removed the Get-DefaultProjectTemplate and Create a project object just with the ProjectInfo parameter, Factory.CreateApplication() not returning the properties that were used in the previous versions
-> Validate-TaskSequence uses now a [SDL.ProjectAutomation.Core.TaskSequence] object as this is returned now by the Project.RunAutomaticTask
-> Overall update the toolkit to work with Trados Studio 2022 and Trados Studio 2024
-> Added command prompt scripts for 2022 and 2024
@EvzenP
Copy link
Owner

EvzenP commented Jul 12, 2024

Good to see that STraSAK is still alive after all those years.
However, I don't get the removal of Get-DefaultProjectTemplate - does it mean that Studio has fixed that long-standing bug with default project template in API (as described in the removed code)? Or you have simply removed the "code which does not work anymore" without replacing its functionality?

…reation by default is using the default project template set in Trados Studio
Change the source and target language parameters from mandatory to not mandatory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants