Paste a TMX 1.4 document or drop a .tmx file
Runs in your browser. Files are not uploaded unless the tool says otherwise.
Open a TMX translation memory file in the browser, browse and search translation units and export them to CSV.
Paste a TMX 1.4 document or drop a .tmx file
Runs in your browser. Files are not uploaded unless the tool says otherwise.
TMX (Translation Memory eXchange) is the XML format that CAT tools and translation management systems use to exchange translation memories. A file has a <header> with the source language (srclang), the creating tool and the segmentation type, and a <body> with one <tu> (translation unit) per sentence. Each unit contains a <tuv> per language, identified by xml:lang, whose <seg> holds the text. TMX 1.4b from 2005 is still the version every tool writes.
TMX segments can contain <bpt>, <ept>, <ph> and <it> elements that stand in for HTML or RTF formatting from the original document. The viewer renders them as [bpt], [ept] and [ph] markers so you can spot where formatting was present without seeing the raw markup, and keeps the surrounding text intact. Text in <hi> and <sub> elements is shown inline.
SimpleLocalize builds a translation memory from your projects automatically and can import a TMX file to seed it with existing translations, so suggestions from previous work appear while translators type. Use this viewer to check that the languages in the file match your project languages before importing.