This repository contains around 60 plugins developed for Trados Studio. A lot of the plugins were developed by Trados Appstore team, but you might also find a few of them which were initially developed by someone else. For all these plugins we now have full source code ownership according to our License agreement. You can find the complete list of plugins here.
We encourage everyone who is interested to contribute, either by fixing some issues, implementing new features or improving the documentation. To contribute, clone this repository, make the changes and send us a pull request with your changes.
If you have any questions, don't hesitate to ask on the Language Developer Community.
To get started with this repository, install the following tools:
- Trados Studio 2024. These libraries are built on top of Trados Studio APIs and thus using them also requires having it installed.
- Developer licence. If you don't have a licence please send an email to App Signing [email protected].
- .NET 4.8
- Microsoft Visual Studio 2022 or higher. If you don't have Microsoft Visual Studio you can install the community edition for free here.
- Git. Find more details on installing git here. If you prefer a more visual approach you can either use the github extension for Microsoft Visual Studio, Github Desktop or SourceTree.
Once you have installed the tools, follow the steps below:
-
Clone this repository (more details here). In order to clone the repository using Source Tree, from menu select "Clone/New". In the Source Path paste this path: "https://github.com/RWS/Sdl-Community.git". In the Destination Path, select a path where you want to store the repository on your local drive.
-
After the repository was cloned, navigate to the repository path you've specified when cloning the repository. Each plugin has a dedicated folder. All you need to do is to find the plugin you're looking for, enter the folder and open the solution file using Microsoft Visual Studio.
-
Build the solution. After the build has succeeded, open Trados Studio 2024. Click "Yes" when the warning message appears. After Studio loads, the built plugin will be available in Studio.
Starting with Visual Studio 2017, the Trados Studio plugin templates are provided through Visual Studio extension which can be downloaded from Marketplace for Visual Studio 2022. The extension allow developers to create plugins for Trados Studio 2024 using the predefined templates.
The Github source code for Visual Studio templates extension, can be downloaded from the Github repository.
The following table shows all the plugins available in the repository.
By clicking on each plugin name in the table, you'll be redirected to the plugin's download page in RWS AppStore. The Source Code column will redirect to the code project for the selected plugin.
If you have any suggestions or find any issues please go here and let us know.