Package translate :: Package storage :: Module omegat :: Class OmegaTFileTab
[hide private]
[frames] | no frames]

Class OmegaTFileTab

source code


An OmegaT glossary file in the default system encoding

Nested Classes [hide private]

Inherited from base.TranslationStore: UnitClass

Instance Methods [hide private]
 
_get_encoding(self) source code

Inherited from OmegaTFile: __init__, __str__, parse

Inherited from base.TranslationStore: __getstate__, __setstate__, add_unit_to_index, addsourceunit, addunit, detect_encoding, findid, findunit, findunits, getids, getprojectstyle, getsourcelanguage, gettargetlanguage, getunits, isempty, makeindex, remove_unit_from_index, require_index, save, savefile, setprojectstyle, setsourcelanguage, settargetlanguage, translate, unit_iter

Inherited from base.TranslationStore (private): _assignname

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from base.TranslationStore: parsefile, parsestring

Class Variables [hide private]
  Name = _("OmegaT Glossary")
The human usable name of this store type
  Mimetypes = ["application/x-omegat-glossary"]
A list of MIME types associated with this store type
  Extensions = ["tab"]
A list of file extentions associated with this store type

Inherited from base.TranslationStore: sourcelanguage, suggestions_in_format, targetlanguage

Inherited from base.TranslationStore (private): _binary

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_get_encoding(self)

source code 
Overrides: OmegaTFile._get_encoding