RWS / Sdl-Community
This is the place where we develop and maintain most of plugins for Trados Studio. If you want to help us or just looking for some examples this is the perfect place.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing RWS/Sdl-Community in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewTable of contents • Intro • Getting started • List of plugins • We want your feedback Intro This repository contains around 50 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. Getting started Required Tools 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 . • **.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. Visual Studio templates extensions 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. List of plugins 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. | Plugin | Source Code | API Integration(s) | SonarCloud | | --- | --- | --- | --- | | Amazon Translate MT provider | Source Code | Translation Memory API | Yes | | ApplyTM Template | Source Code | Translation Memory API | Yes | | DeepL Translation Provider | Source Code | Translation Memory API | Yes | | Google Cloud Translation Provider | Source Code | Translation Memory API | Yes | | Language Weaver Provider | Source Code | Translation Memory API | Yes | | Microsoft Translator Provider | Source Code | Translation Memory API | Yes | | SDLTM Import Plus | Source Code | Translation Memory API | Yes | | SDLTM Repair | Source Code | Translation Memory API | Yes | | Trados Translation Memory Management Utility | Source Code | Translation Memory API | Yes | | TuToTm | Source Code | Translation Memory API | Yes | | memoQ Translation Memory Provider | Source Code | Translation Memory API | --- No | | IATE Real-time Terminology | Source Code | Terminology Provider API | Yes | | InterpretBank Terminology Provider | Source Code | Terminology Provider API | Yes | | Trados Studio InQuote | Source Code | Terminology Provider API | Yes | | TermExcelerator | Source Code | Terminology Provider API | Yes | | AutoHotKey Manager | Source Code | Integration API | Yes | | Trados Copy Tags | Source Code | Integration API | Yes | | DSI Viewer | Source Code | Integration API | Yes | | Post-Edit Compare | Source Code | Integration API | Yes | | projectTermExtract | Source Code | Integration API | Yes | | Qualitivity | Source Code | Integration API | Yes | | Rapid Add Term | Source Code | Integration API | Yes | | Reports Viewer Plus | Source Code | Integration API | Yes | | Trados Data Protection Suite | Source Code | Integration API | Yes | | Trados Transcreate | Source Code | Integration API | Yes | | Segment Status Switcher | Source Code | Integration API | Yes | | TransitPackage Handler | Source Code | Integration API | Yes | | studioViews | Source Code | Integration API | Yes | | Stylesheet Verifier | Source Code | Integration API | Yes | | Time Tracker | Source Code | Integration API | Yes | | SDLXLIFF Toolkit | Source Code | Integration API | Yes | | XLIFF Manager for Trados Studio | Source Code | Integration API | Yes | | XML Reader | Source Code | Integration API | Yes | | YourProductivity | Source Code | Integration API | Yes | | MXLIFF File Type | Source Code | FileType Support API | Yes | | Multilingual Excel FileType | Source Code | FileType Support API | Yes | | Multilingual XML FileType | Source Code | FileType Support API | Yes | | File type definition for TMX | Source Code | FileType Support API | Yes | | Filetype for Wordfast TXML | Source Code | FileType Support API | Yes | | Antidote Verifier | Source Code | Verification API | Yes | | Trados Number Verifier | Source Code | Verification API | Yes | | CleanUp Tasks | Source Code | Batch Task API | Yes | | Export to Excel | Source Code | Batch Task API | Yes | | Fail Safe Task | So…