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 glossary file. |
|||
OmegaTUnit An OmegaT glossary unit |
|||
OmegaTFile An OmegaT glossary file |
|||
OmegaTFileTab An OmegaT glossary file in the default system encoding |
|
|||
OMEGAT_FIELDNAMES = ["source", "target", "comment"] Field names for an OmegaT glossary unit |
Imports: csv, locale, sys, base
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 19 17:45:45 2010 | http://epydoc.sourceforge.net |