Module po2oo
source code
convert Gettext PO localization files to an OpenOffice.org (SDF)
localization file
see: http://translate.sourceforge.net/wiki/toolkit/po2oo for examples
and usage instructions
|
|
|
convertoo(inputfile,
outputfile,
templatefile,
sourcelanguage=None,
targetlanguage=None,
timestamp=None,
includefuzzy=False,
multifilestyle="single",
filteraction=None) |
source code
|
|
|
|
|
options = oofilteroptions()
|
|
filter = oocheckfilter(options, [checks.OpenOfficeChecker, che...
|
Imports:
sys,
os,
oo,
factory,
pofilter,
checks,
autocorrect,
time
filter
- Value:
oocheckfilter(options, [checks.OpenOfficeChecker, checks.StandardUnitC
hecker], checks.openofficeconfig)
|
|