Skip to content
Searching: All docs

Start typing to search the docs.

Project Settings

Supervertaler for Trados automatically saves and restores your termbase configuration when you switch between Trados projects. This means each project can use its own Supervertaler database, write targets, and termbase settings without manual reconfiguration.

How it works

When you open a different Trados project (or switch to a document from another project), the plugin:

  1. Saves the current project’s settings to a project-specific file
  2. Loads the new project’s settings (if they exist)
  3. Reloads the termbase with the new configuration

If no project-specific settings exist yet (first time opening a project), the current global settings are used. Once you make any changes and click OK in Settings, those settings are saved for that project.

What’s saved per project

SettingSaved per project?Notes
Supervertaler database pathYesEach project can use a different .db file
Enabled/disabled termbases (Read toggle)YesDifferent termbases active per project
Write targetsYesDifferent write targets per project
Project termbase (pink highlighting)YesDifferent project termbase per project
MultiTerm visibilityYesDifferent MultiTerm termbases enabled per project
AI context termbase filtersYesDifferent termbases in AI prompts per project
Active promptYesEach project remembers its active prompt for Quick Add and Batch Translate
API keys and provider settingsNoShared across all projects
Panel font sizeNoUI preference, shared
Term shortcut styleNoUI preference, shared
Dialogue sizesNoUI layout, shared

Storage location

Per-project settings are stored as individual JSON files inside your user data folder:

C:\Users\{you}\Supervertaler\trados\projects\

Each file is named with a hash and the project name (e.g., a1b2c3d4 - MyProject.json). The JSON file also contains the original project path for reference.

Interaction with global settings

Global settings (settings.json) serve as the defaults for projects that don’t have their own settings file yet. When you open a project for the first time, the global termbase configuration is used. Once you change settings and click OK, those settings are saved for that specific project.

Settings that are always global (API keys, font size, shortcut preferences) are never overridden by project settings.


See Also