|
__init__(self,
templatefile,
languages=None,
timestamp=None,
includefuzzy=False,
long_keys=False,
filteraction=' exclude ' )
construct a reoo converter for the specified languages (timestamp=0
means leave unchanged) |
source code
|
|
|
makekey(self,
ookey)
converts an oo key tuple into a key identifier for the source file |
source code
|
|
|
makeindex(self)
makes an index of the oo keys that are used in the source file |
source code
|
|
|
readoo(self,
of)
read in the oo from the file |
source code
|
|
|
|
|
applytranslation(self,
key,
subkey,
theoo,
unit)
applies the translation from the source unit to the oo unit |
source code
|
|
|
|