Home | Trees | Indices | Help |
|
---|
|
Manage the OmegaT glossary format
OmegaT glossary format is used by the OmegaT computer aided translation tool.
It is a bilingual base class derived format with OmegaTFile and OmegaTUnit providing file and unit level access.
The OmegaT glossary format is a simple Tab Separated Value (TSV) file with the columns: source, target, comment.
The dialect of the TSV files is specified by OmegaTDialect.
The files are either UTF-8 or encoded using the system default. UTF-8 encoded files use the .utf8 extension while system encoded files use the .tab extension.
|
|||
OmegaTDialect Describe the properties of an OmegaT generated TAB-delimited file. |
|||
OmegaTUnit An OmegaT translation memory unit |
|||
OmegaTFile An OmegaT translation memory file |
|||
OmegaTFileTab An OmegT translation memory file in the default system encoding |
|
|||
OMEGAT_FIELDNAMES = ["source", "target", "comment"] Field names for an OmegaT glossary unit |
Imports: csv, locale, os, sys, time, base
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Mar 3 16:35:56 2010 | http://epydoc.sourceforge.net |