A single term in the qph file.
|
|
|
|
|
|
|
string
|
|
|
|
merge(self,
otherunit,
overwrite=False,
comments=True)
Do basic format agnostic merging. |
source code
|
|
|
Inherited from lisa.LISAunit:
__eq__,
__init__,
__str__,
createPHnodes,
getNodeText,
getlanguageNode,
namespaced
Inherited from base.TranslationUnit:
getcontext,
getunits,
hasplural,
isblank,
isfuzzy,
isheader,
isreview,
istranslatable,
istranslated,
markfuzzy,
markreviewneeded,
unit_iter
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__
|
|
|
|
|
Inherited from lisa.LISAunit:
getsource,
setsource
Inherited from base.TranslationUnit:
getsourcelanguage
|
|
|
|
|
|
settarget(self,
text)
Sets the "target" string (second language), or
alternatively appends to the list |
source code
|
|
|
|
gettarget(self)
retrieves the "target" text (second entry), or the entry in
the specified language, if it exists |
source code
|
|
|
Inherited from base.TranslationUnit:
gettargetlanguage,
gettargetlen
|
|
|
addnote(self,
text,
origin=None)
Add a note specifically in a "definition" tag |
source code
|
|
|
|
|
|
|
|
|
Inherited from base.TranslationUnit:
addlocation,
addlocations,
getlocations
|
|
Inherited from base.TranslationUnit:
adderror,
geterrors
|