Appearance
TMX Editor
Supervertaler includes a built-in TMX editor for inspecting and editing TMX translation memories.
Where to find it
- Go to the Tools tab → ✏️ TMX Editor.
What you can do
- Open, edit, and save TMX files.
- Search and filter by source/target text.
- Edit TMX header metadata.
- Run basic validation and view statistics.
- Perform bulk operations (for example: delete entries, copy source → target).
Common workflows
Clean up a TMX before importing
- Open the TMX in ✏️ TMX Editor.
- Fix any obvious formatting issues (wrong language, empty segments, etc.).
- Save the TMX.
- Import it into your project via Importing TMX files.
Remove unwanted tags
If you’re trying to simplify a TMX that contains formatting or CAT-tool tags, you can remove them before importing.
INFO
TMX is just XML — some tags are real inline markup (TMX/XLIFF-style), others are literal text like <b>...</b>. Cleaning tags can improve matching, but it can also remove important formatting. If you’re unsure, test on a copy first.